[compiler-rt] Add aligned_alloc to macOS tsan interceptors (PR #79198)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 12:30:33 PST 2024
================
@@ -56,13 +56,6 @@ extern const dispatch_block_t _dispatch_data_destructor_munmap;
# define DISPATCH_NOESCAPE
#endif
-#if SANITIZER_APPLE
-# define SANITIZER_WEAK_IMPORT extern "C" __attribute((weak_import))
-#else
----------------
vitalybuka wrote:
Please move SANITIZER_WEAK_IMPORT in a separate patch
https://github.com/llvm/llvm-project/pull/79198
More information about the llvm-commits
mailing list