Re: [llvm-commits] CVS: llvm-test/Makefile.rules

2007-05-03 Thread Chris Lattner
> Implement SMALL_PROBLEM_SIZE. Cool! -Chris > > --- > Diffs of the changes: (+4 -0) > > Makefile.rules |4 > 1 files changed, 4 insertions(+) > > > Index: llvm-test/Makefile.rules > diff -u llvm-test/Makefile.rules:1.25 llvm-test/Makefile.rules:1.26 > --- llvm-test/Makefile.rules:1

Re: [llvm-commits] CVS: llvm-test/Makefile.rules Makefile.programs

2007-01-11 Thread Chris Lattner
> Add a rule for running utils/findmisopt. You can just "make misopt" > now in > any test directory and it will run findmisopt correctly. This is > useful in > situations where you have all three backends failing (llc, cbe, > jit) and > suspect that its a misoptimization. Since bugpoint doesn

Re: [llvm-commits] CVS: llvm-test/Makefile.rules

2006-12-21 Thread Evan Cheng
Hi Reid, I am not sure what this does. But this completely broken tests on my Mac. For example, if I just do make under MultiSource/Benchmarks/ Olden/bh. I get make: *** No rule to make target `Output/args.rbc', needed by `Output/ bh.linked.rbc'. Stop. I get this even with fresh tot check ou