From 8ec2d4ae203b36ecbd5838f2e856015abc52c76d Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 13 Dec 2009 02:20:49 +0000 Subject: [PATCH] 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 --- test/CodeGenObjC/property-list-in-class.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1