r210693 - Run new test with -fsyntax-only.

Alp Toker alp at nuanti.com
Wed Jun 11 13:48:40 PDT 2014


On 11/06/2014 23:28, Bob Wilson wrote:
> Done in r210699.
>
> I did not see any similar tests, and my hope is that we will expand 
> this one to include more checking, so I’d prefer to keep it here.

Sounds fine, thanks Bob.

Alp.

>
> On Jun 11, 2014, at 1:17 PM, Alp Toker <alp at nuanti.com 
> <mailto:alp at nuanti.com>> wrote:
>
>>
>> On 11/06/2014 22:49, David Blaikie wrote:
>>> I think you can drop the -o /dev/null now that it's -fsyntax-only.
>>
>> And the REQUIRES: x86-registered-target can be dropped too.
>>
>> (PS. I'm pretty sure there's an existing test for basic -target 
>> functionality this RUN line could be added to.)
>>
>> Alp.
>>
>>>
>>> On Wed, Jun 11, 2014 at 12:34 PM, Bob Wilson <bob.wilson at apple.com 
>>> <mailto:bob.wilson at apple.com>> wrote:
>>>> Author: bwilson
>>>> Date: Wed Jun 11 14:34:14 2014
>>>> New Revision: 210693
>>>>
>>>> URL: http://llvm.org/viewvc/llvm-project?rev=210693&view=rev
>>>> Log:
>>>> Run new test with -fsyntax-only.
>>>>
>>>> Modified:
>>>>     cfe/trunk/test/Misc/win32-macho.c
>>>>
>>>> Modified: cfe/trunk/test/Misc/win32-macho.c
>>>> URL: 
>>>> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Misc/win32-macho.c?rev=210693&r1=210692&r2=210693&view=diff
>>>> ==============================================================================
>>>> --- cfe/trunk/test/Misc/win32-macho.c (original)
>>>> +++ cfe/trunk/test/Misc/win32-macho.c Wed Jun 11 14:34:14 2014
>>>> @@ -1,3 +1,3 @@
>>>>  // Check that basic use of win32-macho targets works.
>>>>  // REQUIRES: x86-registered-target
>>>> -// RUN: %clang -c -target x86_64-pc-win32-macho %s -o /dev/null
>>>> +// RUN: %clang -fsyntax-only -target x86_64-pc-win32-macho %s -o 
>>>> /dev/null
>>>>
>>>>
>>>> _______________________________________________
>>>> cfe-commits mailing list
>>>> cfe-commits at cs.uiuc.edu <mailto:cfe-commits at cs.uiuc.edu>
>>>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>> _______________________________________________
>>> cfe-commits mailing list
>>> cfe-commits at cs.uiuc.edu <mailto:cfe-commits at cs.uiuc.edu>
>>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>
>> --
>> http://www.nuanti.com <http://www.nuanti.com/>
>> the browser experts
>

-- 
http://www.nuanti.com
the browser experts




More information about the cfe-commits mailing list