[compiler-rt] [sanitizer_common] Implement interception on AIX (PR #138606)
Jake Egan via llvm-commits
llvm-commits at lists.llvm.org
Mon May 26 20:21:41 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)
----------------
jakeegan wrote:
There seems to be some limitation in the AIX backend. If this is enabled I get build error: `error in backend: Not implemented yet.`
https://github.com/llvm/llvm-project/pull/138606
More information about the llvm-commits
mailing list