[compiler-rt] [rtsan] Intercept aligned_alloc on all versions of OSX if available on build machine (PR #112780)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 11:18:27 PDT 2024


================
@@ -84,6 +84,10 @@
 #define SI_NOT_MAC 1
 #endif
 
+#if SANITIZER_APPLE
+#  include <Availability.h>
----------------
vitalybuka wrote:

Maybe move 511-526 into this #if APPLE block?

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


More information about the llvm-commits mailing list