[libc-commits] [libc] [libc] implement sigsetjmp/siglongjmp for x86-64 (PR #136072)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Fri Apr 18 12:32:30 PDT 2025
================
@@ -0,0 +1,15 @@
+add_object_library(
+ sigsetjmp_epilogue
+ HDRS
+ ../sigsetjmp_epilogue.h
+ SRCS
+ sigsetjmp_epilogue.cpp
+ COMPILE_OPTIONS
+ ${libc_opt_high_flag}
----------------
SchrodingerZhu wrote:
I support these flags was inherited from legacy code and should have been removed after Nick's refactor. Removing it.
https://github.com/llvm/llvm-project/pull/136072
More information about the libc-commits
mailing list