[llvm-commits] CVS: llvm/test/Programs/SingleSource/Regression/C++/Makefile

John Criswell criswell at cs.uiuc.edu
Tue Sep 30 14:40:00 PDT 2003


Changes in directory llvm/test/Programs/SingleSource/Regression/C++:

Makefile updated: 1.6 -> 1.7

---
Log message:

Added the EH directory to the list of tests to run.



---
Diffs of the changes:

Index: llvm/test/Programs/SingleSource/Regression/C++/Makefile
diff -u llvm/test/Programs/SingleSource/Regression/C++/Makefile:1.6 llvm/test/Programs/SingleSource/Regression/C++/Makefile:1.7
--- llvm/test/Programs/SingleSource/Regression/C++/Makefile:1.6	Fri Sep 26 14:50:50 2003
+++ llvm/test/Programs/SingleSource/Regression/C++/Makefile	Tue Sep 30 14:39:02 2003
@@ -1,10 +1,11 @@
-#                   test/Regression/C++Frontend/Makefile
+#                   test/Programs/SingleSource/Regression/C++
 #
 # This directory contains regression tests for the GCC C++ front-end for LLVM.  
 # 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 = ../../../../..
+DIRS=EH
 include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
 CFLAGS += -std=c99
 





More information about the llvm-commits mailing list