[llvm-commits] CVS: llvm/test/Regression/C++Frontend/EH/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Aug 24 07:30:01 PDT 2003
Changes in directory llvm/test/Regression/C++Frontend/EH:
Makefile added (r1.1)
---
Log message:
New testcase directory
---
Diffs of the changes:
Index: llvm/test/Regression/C++Frontend/EH/Makefile
diff -c /dev/null llvm/test/Regression/C++Frontend/EH/Makefile:1.1
*** /dev/null Sun Aug 24 07:28:03 2003
--- llvm/test/Regression/C++Frontend/EH/Makefile Sun Aug 24 07:27:53 2003
***************
*** 0 ****
--- 1,10 ----
+ # test/Regression/C++Frontend/EH/Makefile
+ #
+ # This directory contains exception handling 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 = ../../../..
+ include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
+
More information about the llvm-commits
mailing list