]> granicus.if.org Git - clang/commitdiff
Use clang -cc1 in test, to improve determinism.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 13 Dec 2009 02:20:49 +0000 (02:20 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 13 Dec 2009 02:20:49 +0000 (02:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91236 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/property-list-in-class.m

index 725a1c32423d5d8af81c4fc9209064395deae751..b20a681f8d52154277f29603bb3a7cf0836f2da0 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -m64 -fobjc-nonfragile-abi -S -emit-llvm -o %t %s
+// RUN: clang-cc -fobjc-nonfragile-abi -emit-llvm -o - %s
 // FIXME. Test is incomplete.
 
 @protocol P