[llvm-commits] CVS: llvm-test/Makefile.config.in
Misha Brukman
brukman at cs.uiuc.edu
Sun Apr 24 15:21:49 PDT 2005
Changes in directory llvm-test:
Makefile.config.in updated: 1.11 -> 1.12
---
Log message:
Enable Perfect Club benchmarks
---
Diffs of the changes: (+3 -0)
Makefile.config.in | 3 +++
1 files changed, 3 insertions(+)
Index: llvm-test/Makefile.config.in
diff -u llvm-test/Makefile.config.in:1.11 llvm-test/Makefile.config.in:1.12
--- llvm-test/Makefile.config.in:1.11 Tue Apr 19 23:46:54 2005
+++ llvm-test/Makefile.config.in Sun Apr 24 17:21:38 2005
@@ -68,5 +68,8 @@
@USE_BOXEDSIM@
BOXEDSIM_ROOT := @BOXEDSIM_ROOT@
+ at USE_PERFECT@
+PERFECT_ROOT := @PERFECT_ROOT@
+
# Disable LLC diffs for testing.
@DISABLE_LLC_DIFFS@
More information about the llvm-commits
mailing list