[llvm-commits] [llvm] r79615 - in /llvm/trunk/test/Analysis/Profiling: ./ 2009-08-21-irregular-loop.ll 2009-08-21-only-one-block.ll 2009-08-21-several-blocks.ll dg.exp

Chris Lattner clattner at apple.com
Tue Aug 25 14:11:19 PDT 2009


On Aug 25, 2009, at 11:20 AM, Daniel Dunbar wrote:

>>
>> I think that llvm-config either knows or could know:
>>
>> my $TARGET_HAS_JIT      = q{1};
>>
>> Maybe it should get a new command line option?
>
> There is still some work to suck this into DejaGNU so it knows not to
> run the test if the JIT isn't present. Or did you have something else
> in mind?

Couldn't the test do something like:

; RUN: !(llvm-config --host-has-jit) || llvm-as < %s | lli

something like that?

-Chris



More information about the llvm-commits mailing list