[cfe-commits] r164970 - /cfe/trunk/test/Rewriter/no-intergrated-preprocessing.m

jahanian fjahanian at apple.com
Mon Oct 1 16:30:11 PDT 2012


On Oct 1, 2012, at 3:58 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:

> 2012/10/2 Fariborz Jahanian <fjahanian at apple.com>:
>> Author: fjahanian
>> Date: Mon Oct  1 15:55:56 2012
>> New Revision: 164970
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=164970&view=rev
>> Log:
>> objective-C modern translator. Test for producing both
>> 32bit and 64bit version of modern translator.
>> // rdar://12189793
>> 
>> Added:
>>    cfe/trunk/test/Rewriter/no-intergrated-preprocessing.m
>> 
>> Added: cfe/trunk/test/Rewriter/no-intergrated-preprocessing.m
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Rewriter/no-intergrated-preprocessing.m?rev=164970&view=auto
>> ==============================================================================
>> --- cfe/trunk/test/Rewriter/no-intergrated-preprocessing.m (added)
>> +++ cfe/trunk/test/Rewriter/no-intergrated-preprocessing.m Mon Oct  1 15:55:56 2012
>> @@ -0,0 +1,34 @@
>> +// RUN: %clang -arch i386 -fms-extensions -rewrite-objc %s -o %t-rw.cpp
>> +// RUN: FileCheck %s < %t-rw.cpp
>> +// RUN: %clang -arch x86_64 -fms-extensions -rewrite-objc %s -o %t-rw-64bit.cpp
>> +// RUN: FileCheck -check-prefix=LP64 %s < %t-rw-64bit.cpp
> 
> It fails on x86_64-{mingw32|win32}.

This test wasn't meant for those other archs. I made the 64bit runtime version to skip for mingw32 and win32.
Feel free to skip for others if it is needed. In r164977.
- Fariborz




More information about the cfe-commits mailing list