diff --git a/llvm/test/Regression/C++Frontend/EH/Makefile b/llvm/test/Regression/C++Frontend/EH/Makefile new file mode 100644 index 000000000000..2834c560d087 --- /dev/null +++ b/llvm/test/Regression/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 +