[compiler-rt] Add aligned_alloc to macOS tsan interceptors (PR #79198)
Chris Apple via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 12:47:23 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
----------------
cjappl wrote:
https://github.com/llvm/llvm-project/pull/79208
Moved here. I will change the base of this review to be that branch until it is merged.
https://github.com/llvm/llvm-project/pull/79198
More information about the llvm-commits
mailing list