[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004
Changes in directory llvm-test/SingleSource/Benchmarks:
Makefile updated: 1.2 -> 1.3
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+2 -2)
Index: llvm-test/SingleSource/Benchmarks/Makefile
diff -u llvm-test/SingleSource/Benchmarks/Makefile:1.2 llvm-test/SingleSource/Benchmarks/Makefile:1.3
--- llvm-test/SingleSource/Benchmarks/Makefile:1.2 Mon Dec 8 14:28:57 2003
+++ llvm-test/SingleSource/Benchmarks/Makefile Wed Sep 1 09:33:26 2004
@@ -1,5 +1,5 @@
-LEVEL = ../../../..
+LEVEL = ../..
PARALLEL_DIRS=Dhrystone Shootout Shootout-C++ Stanford Misc
LDFLAGS += -lm
-include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
+include $(LEVEL)/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list