MaskRay added a comment.

I looked at the libgcc mechanism at one time. I remember that most cases just 
use `PT_GNU_EH_FRAME` and these eh_frame boundary registry functions are not 
needed.
Can ORC just use `PT_GNU_EH_FRAME`?

Clang passes `--eh-frame-hdr` to ld even in `-static` mode, unlike GCC. I 
assume ORC doesn't need to support `gcc -static` (or: requires 
`-Wl,--eh-frame-hdr`).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111863/new/

https://reviews.llvm.org/D111863

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to