[cfe-commits] r91236 - /cfe/trunk/test/CodeGenObjC/property-list-in-class.m

Eli Friedman eli.friedman at gmail.com
Sat Dec 12 22:38:14 PST 2009


On Sat, Dec 12, 2009 at 10:27 PM, Anders Carlsson <andersca at mac.com> wrote:
>
> 12 dec 2009 kl. 18.20 skrev Daniel Dunbar:
>
>> ==============================================================================
>> --- cfe/trunk/test/CodeGenObjC/property-list-in-class.m (original)
>> +++ cfe/trunk/test/CodeGenObjC/property-list-in-class.m Sat Dec 12 20:20:49 2009
>> @@ -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
>
> Shouldn't this say clang -cc1 instead of clang-cc?

The test framework translates them both to the same thing.

-Eli



More information about the cfe-commits mailing list