aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-29 21:35:32 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-29 21:35:32 +0000
commitc66bbd565bd4bc2c5b161229987a30d060442e2b (patch)
tree0aebdb6aebd5d77d51a6ff0bfc5bc3e19c4bf7e5 /autoconf
parent20f55ba6dcfa81d5dbe93b7c45d655c71cb63908 (diff)
downloadexternal_llvm-c66bbd565bd4bc2c5b161229987a30d060442e2b.zip
external_llvm-c66bbd565bd4bc2c5b161229987a30d060442e2b.tar.gz
external_llvm-c66bbd565bd4bc2c5b161229987a30d060442e2b.tar.bz2
Added Makefiles to llvm/test/Programs/SingleSource/Regression/C++/EH and
llvm/test/Programs/SingleSource/Regression/C++/CompileFail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8746 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index e7b70c0..5ea74e6 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -177,6 +177,8 @@ AC_CONFIG_MAKEFILE(test/Programs/SingleSource/UnitTests/SetjmpLongjmp/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Regression/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Regression/C/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Regression/C++/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Regression/C++/EH/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Regression/C++/CompileFail/Makefile)
AC_CONFIG_MAKEFILE(tools/Makefile)
AC_CONFIG_MAKEFILE(tools/analyze/Makefile)
AC_CONFIG_MAKEFILE(tools/bugpoint/Makefile)