[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec2000

Misha Brukman brukman at cs.uiuc.edu
Mon Sep 6 21:18:15 PDT 2004



Changes in directory llvm-test/External/SPEC:

Makefile.spec2000 updated: 1.6 -> 1.7
---
Log message:

Fix LEVEL as test/Programs is now top-level llvm-test

---
Diffs of the changes:  (+2 -2)

Index: llvm-test/External/SPEC/Makefile.spec2000
diff -u llvm-test/External/SPEC/Makefile.spec2000:1.6 llvm-test/External/SPEC/Makefile.spec2000:1.7
--- llvm-test/External/SPEC/Makefile.spec2000:1.6	Mon Sep  6 22:36:04 2004
+++ llvm-test/External/SPEC/Makefile.spec2000	Mon Sep  6 23:18:02 2004
@@ -13,9 +13,9 @@
 # individual tests may override this to provide better input sizes
 ifndef RUN_TYPE
 ifdef LARGE_PROBLEM_SIZE
-RUN_TYPE  := ref
+RUN_TYPE := ref
 else
-RUN_TYPE  := train
+RUN_TYPE := train
 endif
 endif
 






More information about the llvm-commits mailing list