summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-13 02:20:49 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-13 02:20:49 +0000
commit85d2f8f875560f504bcca3fb82d23dd4b109e6f9 (patch)
tree6cc43057382cd87ea5e868bf208d5a6cb548fc6a /clang
parent18a72959f529efe4c2a440821d62f1c101fea4b7 (diff)
downloadbcm5719-llvm-85d2f8f875560f504bcca3fb82d23dd4b109e6f9.tar.gz
bcm5719-llvm-85d2f8f875560f504bcca3fb82d23dd4b109e6f9.zip
Use clang -cc1 in test, to improve determinism.
llvm-svn: 91236
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CodeGenObjC/property-list-in-class.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/property-list-in-class.m b/clang/test/CodeGenObjC/property-list-in-class.m
index 725a1c32423..b20a681f8d5 100644
--- a/clang/test/CodeGenObjC/property-list-in-class.m
+++ b/clang/test/CodeGenObjC/property-list-in-class.m
@@ -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
OpenPOWER on IntegriCloud