On Wed, Dec 31, 2014 at 3:05 PM, Saleem Abdulrasool <[email protected]>
wrote:

>
>
> On Wed, Dec 31, 2014 at 2:30 PM, David Blaikie <[email protected]> wrote:
>
>> Author: dblaikie
>> Date: Wed Dec 31 16:30:31 2014
>> New Revision: 225051
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=225051&view=rev
>> Log:
>> XFAIL test on win32 due to missing __complex support
>>
>> Modified:
>>     cfe/trunk/test/CodeGenCXX/debug-info-line.cpp
>>
>> Modified: cfe/trunk/test/CodeGenCXX/debug-info-line.cpp
>> URL:
>> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-line.cpp?rev=225051&r1=225050&r2=225051&view=diff
>>
>> ==============================================================================
>> --- cfe/trunk/test/CodeGenCXX/debug-info-line.cpp (original)
>> +++ cfe/trunk/test/CodeGenCXX/debug-info-line.cpp Wed Dec 31 16:30:31 2014
>> @@ -1,6 +1,8 @@
>>  // RUN: %clang_cc1 -g -std=c++11 -S -emit-llvm %s -o - | FileCheck %s
>>  // RUN: %clang_cc1 -triple i686-linux-gnu -g -std=c++11 -S -emit-llvm %s
>> -o - | FileCheck %s
>>
>> +// XFAIL: win32
>> +
>>
>
> This seems imprecise.  This *should* pass on i686-windows-gnu,
> {armv7,i686}-windows-itanium I believe.
>

Quite possibly - I'm open to other suggestions. Any idea what sort of
approach would be more precise?


>
>
>>  int &src();
>>  int *sink();
>>  extern "C" __complex float complex_src();
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> [email protected]
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>
>
>
>
> --
> Saleem Abdulrasool
> compnerd (at) compnerd (dot) org
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to