New testcase directory

llvm-svn: 8112
This commit is contained in:
Chris Lattner 2003-08-24 12:27:53 +00:00
parent 0f98032fd8
commit e0f78bb1b8
1 changed files with 10 additions and 0 deletions

View File

@ -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