From: Daniel Dunbar Date: Sun, 13 Dec 2009 02:20:49 +0000 (+0000) Subject: Use clang -cc1 in test, to improve determinism. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ec2d4ae203b36ecbd5838f2e856015abc52c76d;p=clang 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 --- 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