commit | 85d2f8f875560f504bcca3fb82d23dd4b109e6f9 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Sun Dec 13 02:20:49 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Sun Dec 13 02:20:49 2009 +0000 |
tree | 6cc43057382cd87ea5e868bf208d5a6cb548fc6a | |
parent | 18a72959f529efe4c2a440821d62f1c101fea4b7 [diff] [blame] |
Use clang -cc1 in test, to improve determinism. llvm-svn: 91236
diff --git a/clang/test/CodeGenObjC/property-list-in-class.m b/clang/test/CodeGenObjC/property-list-in-class.m index 725a1c3..b20a681 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