aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-30 19:41:15 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-30 19:41:15 +0000
commit7822759482c7a58b7695ed54fa4c0329487fe5df (patch)
tree448b4537aa6cd6148edc7f3a41300bf3f5e6e629 /autoconf
parent2bcb2deba26dfe753dfa9465940530cb36675d74 (diff)
downloadexternal_llvm-7822759482c7a58b7695ed54fa4c0329487fe5df.zip
external_llvm-7822759482c7a58b7695ed54fa4c0329487fe5df.tar.gz
external_llvm-7822759482c7a58b7695ed54fa4c0329487fe5df.tar.bz2
Removed Makefile for CompileFail tests. They are now run by QMTest and are
located under llvm/test/Regression/C++Frontend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 8549338..a355437 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -188,7 +188,6 @@ 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)