[llvm-commits] [llvm] r62619 - /llvm/trunk/test/CodeGen/Generic/2008-07-29-EHLabel.ll

Mike Stump mrs at apple.com
Tue Jan 20 15:42:27 PST 2009


On Jan 20, 2009, at 10:44 PM, Duncan Sands wrote:
>> Don't bother running the assembler, we don't know that it will be  
>> configured
>> for whatever llc defaults to.  This fixes PR3363
>
> the whole point of this testcase is to run the assembler!  The  
> original
> bug resulted in assembler being output that didn't assemble.

Imagine cross testing on a mips host; as on mips would be wrong.   
Instead, can we look for the invalid construct by grepping (or what  
ever post processing of the .s file is necessary), the .s output  
directly?



More information about the llvm-commits mailing list