[compiler-rt] 3a54bbb - [sanitizer] Disable malloc_hook_skip on Darwin

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 18:34:42 PDT 2022


Author: Vitaly Buka
Date: 2022-04-13T18:34:29-07:00
New Revision: 3a54bbb0f2860b1d4c18b84ea2bc2f8c07330ac8

URL: https://github.com/llvm/llvm-project/commit/3a54bbb0f2860b1d4c18b84ea2bc2f8c07330ac8
DIFF: https://github.com/llvm/llvm-project/commit/3a54bbb0f2860b1d4c18b84ea2bc2f8c07330ac8.diff

LOG: [sanitizer] Disable malloc_hook_skip on Darwin

Followup to D123566

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/malloc_hook_skip.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/malloc_hook_skip.cpp b/compiler-rt/test/sanitizer_common/TestCases/malloc_hook_skip.cpp
index 80b760a72a379..a276acd39bb0c 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/malloc_hook_skip.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/malloc_hook_skip.cpp
@@ -3,6 +3,7 @@
 // Test requires platform with thread local support with no dependency on malloc.
 // UNSUPPORTED: android
 // UNSUPPORTED: ios
+// UNSUPPORTED: darwin
 
 #include <assert.h>
 #include <sanitizer/allocator_interface.h>


        


More information about the llvm-commits mailing list