[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:09:02 PDT 2025
================
@@ -36,6 +36,8 @@
#define PLATFORM_HAS_DIFFERENT_MEMCPY_AND_MEMMOVE 0
#elif SANITIZER_WINDOWS64
#define PLATFORM_HAS_DIFFERENT_MEMCPY_AND_MEMMOVE 0
+#elif SANITIZER_AIX
----------------
vitalybuka wrote:
can you please reformat entire block starting from #if SANITIZER_APPLE
https://github.com/llvm/llvm-project/pull/138606
More information about the llvm-commits
mailing list