mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 08:08:01 +00:00
New testcase directory
llvm-svn: 8112
This commit is contained in:
parent
7e3e38b76d
commit
682e37350d
10
test/Regression/C++Frontend/EH/Makefile
Normal file
10
test/Regression/C++Frontend/EH/Makefile
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user