housel added a comment.

It's also worth noting that FreeBSD's version of libgcc exception handling is 
actually based on the libunwind code, with a local patch 
<https://cgit.freebsd.org/src/tree/contrib/llvm-project/libunwind/src/UnwindLevel1-gcc-ext.c#n241>
 that implements compatibility with libgcc `__register_frame` by changing it to 
parse an entire `.eh_frame` section (in a slightly more ad hoc fashion than 
this code). Having this new entry point in-tree would simplify the FreeBSD 
local changes.


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