[llvm-commits] [llvm] r133275 - in /llvm/trunk/test/CodeGen: CBackend/2008-06-04-IndirectMem.ll X86/2008-06-04-IndirectMem.ll

Galina Kistanova gkistanova at gmail.com
Fri Jun 17 18:07:50 PDT 2011


Should be fixed in r 133324. Please let me know if you will still see issues.

Thanks

Galina


On Fri, Jun 17, 2011 at 5:25 PM, Francois Pichet <pichet2000 at gmail.com> wrote:
> 2011/6/17 Galina Kistanova <gkistanova at gmail.com>:
>> Author: gkistanova
>> Date: Fri Jun 17 13:26:23 2011
>> New Revision: 133275
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=133275&view=rev
>> Log:
>> est 2008-06-04-indirectmem.ll is X86-specific. Move to X86 folder.
>>
>> Added:
>>    llvm/trunk/test/CodeGen/X86/2008-06-04-IndirectMem.ll
>> Removed:
>>    llvm/trunk/test/CodeGen/CBackend/2008-06-04-IndirectMem.ll
>>
>> Removed: llvm/trunk/test/CodeGen/CBackend/2008-06-04-IndirectMem.ll
>
> For some reason the test now fails under MSVC 2010
>
> here is the log:
>
> 1>  FAIL: LLVM :: CodeGen/X86/2008-06-04-IndirectMem.ll (5345 of 9121)
> 1>  ******************** TEST 'LLVM ::
> CodeGen/X86/2008-06-04-IndirectMem.ll' FAILED ********************
> 1>  Script:
> 1>  --
> 1>  C:/dev/llvm/llvm_trunk2/bin/Release/llc.EXE <
> C:/dev/llvm/llvm_trunk2/test/CodeGen/X86/2008-06-04-IndirectMem.ll
> -march=c | grep {"m"(llvm_cbe_newcw))}
> 1>  --
> 1>  Exit Code: 1
> 1>  Command Output (stdout):
> 1>  --
> 1>  Command 0: "C:/dev/llvm/llvm_trunk2/bin/Release/llc.EXE" "-march=c"
> 1>  Command 0 Result: 1
> 1>  Command 0 Output:
> 1>
> 1>
> 1>  Command 0 Stderr:
> 1>C:/dev/llvm/llvm_trunk2/bin/Release/llc.EXE : error : invalid target 'c'.
> 1>
> 1>
> 1>  Command 1: "grep" ""m"(llvm_cbe_newcw))"
> 1>  Command 1 Result: 1
> 1>  Command 1 Output:
> 1>
> 1>
> 1>  Command 1 Stderr:
> 1>
> 1>
> 1>  --
> 1>
>




More information about the llvm-commits mailing list