[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 14:50:16 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:

This review has been completed and merged, changing this review back from a draft to a real review and resolving this comment.

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


More information about the llvm-commits mailing list