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

Dale Johannesen dalej at apple.com
Tue Jan 20 15:35:36 PST 2009


On Jan 20, 2009, at 1:44 PMPST, Duncan Sands wrote:

> Hi Chris,
>
>> 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.
>
> Ciao,
>
> Duncan.

Right, if can't fix it better than this we should remove the test.

I don't think it's unreasonable to assume there's an assembler around  
capable of assembling llc's output.  If it isn't named "as"  
everywhere, maybe the thing is to add a configure option to define it.




More information about the llvm-commits mailing list