[llvm-commits] CVS: llvm-test/Makefile.config.in
Bill Wendling
isanbard at gmail.com
Fri Sep 1 17:04:17 PDT 2006
Changes in directory llvm-test:
Makefile.config.in updated: 1.20 -> 1.21
---
Log message:
Added support for SPEC2006.
---
Diffs of the changes: (+2 -0)
Makefile.config.in | 2 ++
1 files changed, 2 insertions(+)
Index: llvm-test/Makefile.config.in
diff -u llvm-test/Makefile.config.in:1.20 llvm-test/Makefile.config.in:1.21
--- llvm-test/Makefile.config.in:1.20 Mon Apr 17 03:02:47 2006
+++ llvm-test/Makefile.config.in Fri Sep 1 19:04:00 2006
@@ -35,10 +35,12 @@
# SPEC benchmarks:
# If these are set then run the SPEC benchmarks.
# You must provide the SPEC benchmarks on your own.
+ at USE_SPEC2006@
@USE_SPEC2000@
@USE_SPEC95@
# Path to the SPEC benchmarks.
+SPEC2006_ROOT := @SPEC2006_ROOT@
SPEC2000_ROOT := @SPEC2000_ROOT@
SPEC95_ROOT := @SPEC95_ROOT@
More information about the llvm-commits
mailing list