[LLVMdev] Makefile for SPEC 2000
Chris Lattner
sabre at nondot.org
Thu Sep 7 23:51:46 PDT 2006
On Thu, 7 Sep 2006, Fernando Magno Quintao Pereira wrote:
> I've got SPEC2000, and now I am trying to run the tests with it.
> What I am doing to test it is to configure the test with
> --enable-spec2000=<directory>, and then I call
> "make TEST=nightly report.html". I would like to test only the
> files on SPEC, so I would like to know if any of you guys has an
> example makefile that tests only the SPEC benchmarks and could
> (please, I'm begging you) send it to me.
I'm not sure exactly what you mean, but if spec is configured right, you
should be able to go into llvm-test/External/SPEC and run your 'make'
command there. It will run just the subdirectories below it (i.e. just
spec2k in your case).
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-dev
mailing list