diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-12-13 02:20:49 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-12-13 02:20:49 +0000 |
commit | 8ec2d4ae203b36ecbd5838f2e856015abc52c76d (patch) | |
tree | 43cea17a8cd054b0e588ed1af3ee4dcfa23f51fa | |
parent | 288294f18761a65c47fcb8dd09e98d7e03374068 (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.m | 2 |
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 |