[compiler-rt] [asan] Implement interception on AIX (PR #131870)
Hubert Tong via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 10 22:03:43 PST 2025
================
@@ -56,7 +68,8 @@ void InitializePlatformInterceptors();
# define ASAN_INTERCEPT_SWAPCONTEXT 0
# endif
-# if !SANITIZER_WINDOWS
+// AIX currently can't retrieve the address of siglongjmp
----------------
hubert-reinterpretcast wrote:
Add TODO comment re: `sigsetjmpx`.
https://github.com/llvm/llvm-project/pull/131870
More information about the llvm-commits
mailing list