[llvm-commits] CVS: llvm-test/SingleSource/Regression/C++/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:26 PDT 2004
Changes in directory llvm-test/SingleSource/Regression/C++:
Makefile updated: 1.7 -> 1.8
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+2 -2)
Index: llvm-test/SingleSource/Regression/C++/Makefile
diff -u llvm-test/SingleSource/Regression/C++/Makefile:1.7 llvm-test/SingleSource/Regression/C++/Makefile:1.8
--- llvm-test/SingleSource/Regression/C++/Makefile:1.7 Tue Sep 30 14:39:02 2003
+++ llvm-test/SingleSource/Regression/C++/Makefile Wed Sep 1 09:33:26 2004
@@ -4,8 +4,8 @@
# These tests are C++ source files that are input to GCC and compiled to .ll
# files. After that, the files are assembled and executed by the LLVM backends.
#
-LEVEL = ../../../../..
+LEVEL = ../../..
DIRS=EH
-include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
+include $(LEVEL)/SingleSource/Makefile.singlesrc
CFLAGS += -std=c99
More information about the llvm-commits
mailing list