[compiler-rt] cc62373 - [ASan][Darwin] Enable test on additional platforms

Julian Lettner via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 11:13:20 PDT 2020


Author: Julian Lettner
Date: 2020-08-21T11:13:09-07:00
New Revision: cc62373915f0d8ce1bae749195027cf8f08445ad

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

LOG: [ASan][Darwin] Enable test on additional platforms

Added: 
    

Modified: 
    compiler-rt/test/asan/TestCases/Darwin/dead-strip.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/Darwin/dead-strip.c b/compiler-rt/test/asan/TestCases/Darwin/dead-strip.c
index 8165fcd08be7..15eb8edf07a9 100644
--- a/compiler-rt/test/asan/TestCases/Darwin/dead-strip.c
+++ b/compiler-rt/test/asan/TestCases/Darwin/dead-strip.c
@@ -6,8 +6,8 @@
 // runtime is able to register globals in the __DATA,__asan_globals section.
 
 // REQUIRES: osx-ld64-live_support
-// UNSUPPORTED: ios
-// RUN: %clang_asan -mmacosx-version-min=10.11 -Xlinker -dead_strip -o %t %s
+
+// RUN: %clang_asan %min_macos_deployment_target=10.11 -Xlinker -dead_strip -o %t %s
 // RUN: llvm-nm -format=posix %t | FileCheck --check-prefix NM-CHECK %s
 // RUN: not %run %t 2>&1 | FileCheck --check-prefix ASAN-CHECK %s
 


        


More information about the llvm-commits mailing list