[PATCH] D26107: [asan] Set the darwin deployment target for the dead-strip test

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 17:36:40 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL285482: [asan] Set the darwin deployment target for the dead-strip test (authored by zaks).

Changed prior to commit:
  https://reviews.llvm.org/D26107?vs=76278&id=76281#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26107

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


Index: compiler-rt/trunk/test/asan/TestCases/Darwin/dead-strip.c
===================================================================
--- compiler-rt/trunk/test/asan/TestCases/Darwin/dead-strip.c
+++ compiler-rt/trunk/test/asan/TestCases/Darwin/dead-strip.c
@@ -6,7 +6,7 @@
 // runtime is able to register globals in the __DATA,__asan_globals section.
 
 // REQUIRES: osx-ld64-live_support
-// RUN: %clang_asan -mllvm -asan-globals-live-support -Xlinker -dead_strip -o %t %s
+// RUN: %clang_asan -mmacosx-version-min=10.11 -mllvm -asan-globals-live-support -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
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26107.76281.patch
Type: text/x-patch
Size: 728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161029/fd6db28d/attachment.bin>


More information about the llvm-commits mailing list