aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-04-07 02:31:44 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-04-07 02:31:44 +0000
commit590230da13220333562034983370b5ecdd205c42 (patch)
tree445d9ea8634b40ccad3793af2bf755a4d249a6de
parentbfd7c9e3fdc9d252c78685b31b341d3d5f6ff661 (diff)
Fix test (triple wasn't passed correctly, the driver doesn't accept
-mtriple). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68484 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/try.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/try.m b/test/CodeGenObjC/try.m
index 4148697dd0..7701b23e08 100644
--- a/test/CodeGenObjC/try.m
+++ b/test/CodeGenObjC/try.m
@@ -1,5 +1,5 @@
-// RUN: clang %s -S -o - -mtriple=i686-apple-darwin9 &&
-// RUN: clang %s -S -o - -mtriple=x86_64-apple-darwin9
+// RUN: clang-cc %s -S -o - -triple=i686-apple-darwin9 &&
+// RUN: clang-cc %s -S -o - -triple=x86_64-apple-darwin9
// rdar://6757213 - Don't crash if the internal proto for
// __objc_personality_v0 mismatches with an actual one.