[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:26 PDT 2004
Changes in directory llvm-test/SingleSource/Benchmarks/Shootout-C++:
Makefile updated: 1.10 -> 1.11
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+2 -2)
Index: llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile
diff -u llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile:1.10 llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile:1.11
--- llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile:1.10 Sun Aug 1 00:02:39 2004
+++ llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile Wed Sep 1 09:33:26 2004
@@ -1,4 +1,4 @@
-LEVEL = ../../../../..
+LEVEL = ../../..
CXXFLAGS += -Wno-deprecated
CPPFLAGS += -Wno-deprecated
LDFLAGS += -lm
@@ -6,4 +6,4 @@
REQUIRES_EH_SUPPORT=1
FP_TOLERANCE = 0.00000001
-include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
+include $(LEVEL)/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list