[compiler-rt] [compiler-rt] Support Windows GNU sanitizer runtimes (PR #209902)

via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 22 01:05:51 PDT 2026


================
@@ -105,7 +105,9 @@ extern "C" IN_SECTION(".CRT$XCAB") int (*__asan_seh_interceptor)() =
 WIN_FORCE_LINK(__asan_seh_interceptor)
 }
 
+#  ifdef SANITIZER_STATIC_RUNTIME_THUNK
----------------
oltolm wrote:

Fixed, I unconditionally declare `__asan_dso_reg_hook` now.

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


More information about the llvm-commits mailing list