[libc-commits] [libc] [libc] implement sigsetjmp/siglongjmp for x86-64 (PR #136072)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Wed Apr 23 10:22:44 PDT 2025


================
@@ -223,5 +223,9 @@ add_proxy_header_library(
     libc.include.wchar
 )
 
+# offsetof is a macro inside compiler resource header stddef.h
+# defining it directly as a header library
+add_header_library(offsetof_macros HDRS offsetof_macros.h)
----------------
michaelrj-google wrote:

this also needs to be a proxy header library now

https://github.com/llvm/llvm-project/pull/136072


More information about the libc-commits mailing list