[llvm-commits] [llvm] r113237 - in /llvm/trunk/test/CodeGen/X86: dbg-declare-fastisel.ll dbg-declare-hybrid.ll dbg-declare-isel.ll

Devang Patel dpatel at apple.com
Tue Sep 7 15:04:06 PDT 2010


On Sep 7, 2010, at 2:55 PM, Chris Lattner wrote:

>>>> This test should in a suite that is required to be run before every  codegen check-in.
>>>> 
>>>> I update these tests so that they are not forcing a target. This should work on all x86 platforms unless there is a platform specific bug.
>>> 
>>> lib/CodeGen/X86 needs to run on any host.  You are forcing the programs to build with the X86 code generator, then run. THis won't work unless the host is x86.
>> 
>> Is there any way to skip the test in this case ? What else do you suggest ?
> 
> There is some XHOST thing I think, but it's better to have a dedicated place for this.  It's not like these are the only debug info tests we should have.  Why not put them in the gdb testsuite or something that already has a harness?

Dependence on anything that is not required to be tested before a check-in is not scaling well. Unfortunately, code gen changes not related to debug info work accidentally breaks debug info which may go unnoticed for a while. 

For immediate relief I'll revert these tests soon.
-
Devang 



More information about the llvm-commits mailing list