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

Duncan Sands baldrick at free.fr
Wed Jan 21 03:40:52 PST 2009


Hi,

> > Ok, how can we solve this issue?  The test harness isn't set up to  
> > know
> > about *any* assembler, much less one for a particular target.  Can't  
> > this
> > use 'grep' like anything other test?
> 
> Probably.  While that looks like a bug I might have introduced, the  
> analysis,
> fix, and testcase are all Duncan's; I'll let him answer.

I've changed it so it assembles using "%llvmgcc -xassembler" in the
hope that this will always work (thanks to Dan for this idea).  The
problem is that llvm-gcc may not be available, so I've moved the test
to FrontendC (yes, this is a hack) so it will only be run if llvm-gcc
is around.

Ciao,

Duncan.



More information about the llvm-commits mailing list