projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
657fbe6
)
New testcase directory
author
Chris Lattner
<sabre@nondot.org>
Sun, 24 Aug 2003 12:27:53 +0000
(12:27 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 24 Aug 2003 12:27:53 +0000
(12:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8112
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/C++Frontend/EH/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/test/C++Frontend/EH/Makefile
b/test/C++Frontend/EH/Makefile
new file mode 100644
(file)
index 0000000..
2834c56
--- /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
+