]> granicus.if.org Git - clang/commitdiff
Fix test (triple wasn't passed correctly, the driver doesn't accept
authorDaniel Dunbar <daniel@zuster.org>
Tue, 7 Apr 2009 02:31:44 +0000 (02:31 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 7 Apr 2009 02:31:44 +0000 (02:31 +0000)
-mtriple).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68484 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/try.m

index 4148697dd01aa44eb17743a56be698aa37a201cb..7701b23e08198d8939083fe28adafea9ff90324e 100644 (file)
@@ -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.