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

Chris Lattner lattner at cs.uiuc.edu
Tue May 13 15:09:52 PDT 2003


Changes in directory llvm/test/Regression/C++Frontend:

Makefile updated: 1.1 -> 1.2

---
Log message:

Test C++ frontend by executing the results


---
Diffs of the changes:

Index: llvm/test/Regression/C++Frontend/Makefile
diff -u llvm/test/Regression/C++Frontend/Makefile:1.1 llvm/test/Regression/C++Frontend/Makefile:1.2
--- llvm/test/Regression/C++Frontend/Makefile:1.1	Mon May 12 18:22:51 2003
+++ llvm/test/Regression/C++Frontend/Makefile	Tue May 13 15:07:08 2003
@@ -2,14 +2,8 @@
 #
 # 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 by the LLVM 'as' program to make
-# sure GCC emitted something valid.  This is intended to catch crashers and bad
-# output by GCC.  Miscompilations by GCC should be caught by the 
-# test/Programs/SingleSource/UnitTests test suite
+# files. After that, the files are assembled and executed by the LLVM backends.
 #
 LEVEL = ../../..
-include $(LEVEL)/test/Makefile.tests
+include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
 
-TESTS := $(wildcard *.cpp)
-
-all:: $(addprefix Output/, $(TESTS:%.cpp=%.tbc))





More information about the llvm-commits mailing list