aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-24 12:27:53 +0000
committerChris Lattner <sabre@nondot.org>2003-08-24 12:27:53 +0000
commita182d2f8960da3ae37b6ca113581f7d98171c1e5 (patch)
tree6aec4ceefaf991e767776c66f5f9ba1121995ae7
parent657fbe68b8720d3a2644a51d2845bd79fdc5f013 (diff)
New testcase directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8112 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/C++Frontend/EH/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/C++Frontend/EH/Makefile b/test/C++Frontend/EH/Makefile
new file mode 100644
index 0000000000..2834c560d0
--- /dev/null
+++ b/test/C++Frontend/EH/Makefile
@@ -0,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
+