aboutsummaryrefslogtreecommitdiffstats
path: root/test/C++Frontend/EH
diff options
context:
space:
mode:
Diffstat (limited to 'test/C++Frontend/EH')
-rw-r--r--test/C++Frontend/EH/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/C++Frontend/EH/Makefile b/test/C++Frontend/EH/Makefile
deleted file mode 100644
index 0375308..0000000
--- a/test/C++Frontend/EH/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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
-
-## These should eventually be automatic!
-LIBS := -lexception -lsupc++ \ No newline at end of file