[llvm-commits] [test-suite] r50678 - in /test-suite/trunk: Makefile.programs TEST.nightly.Makefile TEST.nightly.report

Chris Lattner clattner at apple.com
Mon May 5 17:38:28 PDT 2008


On May 5, 2008, at 5:17 PM, Devang Patel wrote:
>>> +$(PROGRAMS_TO_TEST:%=Output/%.llvm.optbeta.bc): \
>>> +Output/%.llvm.optbeta.bc: Output/%.linked.optbeta.bc $(LLVMLDPROG)
>>> +	-$(LLVMLD) $(STATS) $<  $(EXTRA_LINKTIME_OPT_FLAGS) $
>>> (LLVMLD_FLAGS) -lc $(LIBS) -o Output/$*.llvm.optbeta
>>> +
>>> +$(PROGRAMS_TO_TEST:%=Output/%.llvm.optbeta): \
>>> +Output/%.llvm.optbeta: Output/%.linked.optbeta.bc $(LLVMLDPROG)
>>> +	-$(LLVMLD) $(STATS) $<  $(LLVMLD_FLAGS) -lc $(LIBS) -o Output/
>>> $*.llvm.optbeta
>>
>> This should be the same invocation as the previous rule, specifically
>> you need to pass EXTRA_LINKTIME_OPT_FLAGS right?
>
> I copied Output/%.llvm.bc and Output/%.llvm respectively.

Ok, please update them too :)

>> This seems wrong, you're passing in optbeta.bc which is already
>> optimized.
>
> Aha.. I'll fix this.

Thanks,

-Chris



More information about the llvm-commits mailing list