aboutsummaryrefslogtreecommitdiff
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
commit8ec2d4ae203b36ecbd5838f2e856015abc52c76d (patch)
tree43cea17a8cd054b0e588ed1af3ee4dcfa23f51fa
parent288294f18761a65c47fcb8dd09e98d7e03374068 (diff)
Use clang -cc1 in test, to improve determinism.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91236 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/property-list-in-class.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/property-list-in-class.m b/test/CodeGenObjC/property-list-in-class.m
index 725a1c3242..b20a681f8d 100644
--- a/test/CodeGenObjC/property-list-in-class.m
+++ b/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