aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf/configure.ac
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-09-19 23:22:41 +0000
committerEric Christopher <echristo@apple.com>2011-09-19 23:22:41 +0000
commitf11750633d31a474b8092d7103f50ca5af275d8d (patch)
tree6c635335e5c14c8f5556b91bff582b856a3b0d47 /autoconf/configure.ac
parent9546de68aac116cdf6f0af5a2972101acc476e0c (diff)
downloadexternal_llvm-f11750633d31a474b8092d7103f50ca5af275d8d.zip
external_llvm-f11750633d31a474b8092d7103f50ca5af275d8d.tar.gz
external_llvm-f11750633d31a474b8092d7103f50ca5af275d8d.tar.bz2
Remove llvmc and assorted build machinery for it.
The problems that llvmc solved have largely been subsumed with the tasks that the clang driver can accomplish, but llvmc lacks flexibility and depends too heavily on the EOL'd llvm-gcc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140093 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r--autoconf/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 0883ed5..027d020 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1756,9 +1756,6 @@ if test -f ${srcdir}/tools/clang/README.txt; then
AC_CONFIG_FILES([tools/clang/docs/doxygen.cfg])
fi
-dnl Configure llvmc's Base plugin
-AC_CONFIG_FILES([tools/llvmc/src/Base.td])
-
dnl Do the first stage of configuration for llvm-config.in.
AC_CONFIG_FILES([tools/llvm-config/llvm-config.in])