[PATCH] D105968: [libunwind][CET] Support exception handling stack unwind in CET environment

xiongji90 via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 5 18:02:01 PDT 2021


xiongji90 added a comment.

Hi, @compnerd 
I also uploaded a patch to enable building libc++ and libc++abi with CET enabled https://reviews.llvm.org/D107560
libc++ and libc++abi source code doesn't include any assembly, we just need to build the source with "-fcf-protection=full". Could you help review the libc++,libc++abi patch too?
BTW, if using combination of "noinline" and "-fno-optimize-sibling-calls" is the right approach, I will update the patch.
Thanks very much.


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

https://reviews.llvm.org/D105968



More information about the llvm-commits mailing list