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

Chris Lattner clattner at apple.com
Tue Sep 7 14:10:26 PDT 2010


On Sep 7, 2010, at 2:03 PM, Devang Patel wrote:

> 
> On Sep 7, 2010, at 12:47 PM, Chris Lattner wrote:
> 
>> 
>> On Sep 7, 2010, at 11:17 AM, Devang Patel wrote:
>> 
>>> Author: dpatel
>>> Date: Tue Sep  7 13:17:56 2010
>>> New Revision: 113237
>>> 
>>> URL: http://llvm.org/viewvc/llvm-project?rev=113237&view=rev
>>> Log:
>>> Fix command line used to link these test cases.
>> 
>> Are these tests going to work on non-native hosts (e.g. a mips linux box)?  These seem like something that should be in a different test suite.
> 
> 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.

-Chris



More information about the llvm-commits mailing list