[cfe-commits] r68484 - /cfe/trunk/test/CodeGenObjC/try.m

Daniel Dunbar daniel at zuster.org
Mon Apr 6 19:31:44 PDT 2009


Author: ddunbar
Date: Mon Apr  6 21:31:44 2009
New Revision: 68484

URL: http://llvm.org/viewvc/llvm-project?rev=68484&view=rev
Log:
Fix test (triple wasn't passed correctly, the driver doesn't accept
-mtriple).

Modified:
    cfe/trunk/test/CodeGenObjC/try.m

Modified: cfe/trunk/test/CodeGenObjC/try.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/try.m?rev=68484&r1=68483&r2=68484&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/try.m (original)
+++ cfe/trunk/test/CodeGenObjC/try.m Mon Apr  6 21:31:44 2009
@@ -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.





More information about the cfe-commits mailing list