summaryrefslogtreecommitdiffstats
path: root/test/Coverage
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-10-30 18:12:31 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-10-30 18:12:31 +0000
commit7c15e71fb260629e58c25798f1040e5a3305f9f6 (patch)
treee0fddfab63a447728be3f6bbce5c71fcd87d784b /test/Coverage
parentdd4fe00f03d8749b283948ea86aa1e4a53ed21ab (diff)
Remove clang-cc code for handling -mmacosx-version-min and
-miphoneos-version-min. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85601 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Coverage')
-rw-r--r--test/Coverage/targets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Coverage/targets.c b/test/Coverage/targets.c
index 663f4abf02..c4f030fff3 100644
--- a/test/Coverage/targets.c
+++ b/test/Coverage/targets.c
@@ -18,6 +18,6 @@
// RUN: clang-cc -g -triple x86_64-unknown-unknown -emit-llvm -o %t %s &&
// <rdar://problem/7181838> clang 1.0 fails to compile Python 2.6
-// RUN: clang-cc -g -triple x86_64-apple-darwin9 -emit-llvm -o %t %s -mmacosx-version-min=10.4 &&
+// RUN: clang -ccc-host-triple x86_64-apple-darwin9 -### -S %s -mmacosx-version-min=10.4 &&
// RUN: true