[llvm-commits] [llvm] r62619 - /llvm/trunk/test/CodeGen/Generic/2008-07-29-EHLabel.ll
Chris Lattner
sabre at nondot.org
Tue Jan 20 17:55:07 PST 2009
On Tue, 20 Jan 2009, 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.
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? While yes, the output didn't
assemble, there was a specific reason that it didn't assemble, why not
just grep for that?
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-commits
mailing list