r191917 - Give this a temporary output so it is cleaned up.

Eric Christopher echristo at gmail.com
Thu Oct 3 11:25:01 PDT 2013


I'd wondered about that. Guess we don't need to bother going through
IR gen that the driver would catch it all.

I'll do that.

-eric

On Thu, Oct 3, 2013 at 11:23 AM, Benjamin Kramer <benny.kra at gmail.com> wrote:
>
> On 03.10.2013, at 20:11, Jordan Rose <jordan_rose at apple.com> wrote:
>
>> Good catch. Don't we have /dev/null for this?
>
> -### would be sufficient, no need to generate any output.
>
> - Ben
>>
>> On Oct 3, 2013, at 11:02 , Eric Christopher <echristo at gmail.com> wrote:
>>
>>> Author: echristo
>>> Date: Thu Oct  3 13:02:14 2013
>>> New Revision: 191917
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=191917&view=rev
>>> Log:
>>> Give this a temporary output so it is cleaned up.
>>>
>>> Modified:
>>>   cfe/trunk/test/Driver/x86_features.c
>>>
>>> Modified: cfe/trunk/test/Driver/x86_features.c
>>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/x86_features.c?rev=191917&r1=191916&r2=191917&view=diff
>>> ==============================================================================
>>> --- cfe/trunk/test/Driver/x86_features.c (original)
>>> +++ cfe/trunk/test/Driver/x86_features.c Thu Oct  3 13:02:14 2013
>>> @@ -3,4 +3,4 @@
>>> // Note that we filter out all but the last -m(no)sse.
>>>
>>> // Test that we don't produce an error with -mieee-fp.
>>> -// RUN: %clang -S %s -mieee-fp
>>> +// RUN: %clang -S -emit-llvm %s -mieee-fp -o %t.s
>>>
>>>
>>> _______________________________________________
>>> cfe-commits mailing list
>>> 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
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>



More information about the cfe-commits mailing list