[compiler-rt] [sanitizer_common] Implement interception on AIX (2/3) (PR #138606)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Wed May 7 11:07:40 PDT 2025
================
@@ -15,7 +15,7 @@
# define SANITIZER_REDEFINE_BUILTINS_H
// The asm hack only works with GCC and Clang.
-# if !defined(_WIN32)
+# if !defined(_WIN32) && !defined(_AIX)
----------------
vitalybuka wrote:
why not on AIX?
https://github.com/llvm/llvm-project/pull/138606
More information about the llvm-commits
mailing list