| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Cool! Two questions:
Sorry, something went wrong.
Fair point. Without it, stencils generation fails on Darwin because they introduce new relocation like ARM64_RELOC_SUBTRACTOR On Darwin, -fno-asynchronous-unwind-tables is not enough by itself: clang can still emit .cfi_* in the assembly and produce __compact_unwind / __eh_frame in the object. I thought to put it everywhere because the JIT stencils do not use object-file unwind metadata at all. If you prefer I can put it on Darwin AArch64 only. |
Sorry, something went wrong.
I've update the PR to do it just on Linux AArch64. macOS requires more investigation as the code generation is slightly different. |
Sorry, something went wrong.
Patch by Diego Russo
| Back | FazBrowse Home | New Git URL |
This is a follow up of #143548
This is needed for #146071