aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-04-18 09:57:58 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-04-18 09:57:58 +0000
commite692cbe5a3f4eddd49b8c533e5c23f7110522815 (patch)
tree777dd0c593b06476f8691eb00149c49752c8c09b /autoconf
parent60c15e5295626797de6c2ba7f566c87e751485b0 (diff)
downloadexternal_llvm-e692cbe5a3f4eddd49b8c533e5c23f7110522815.zip
external_llvm-e692cbe5a3f4eddd49b8c533e5c23f7110522815.tar.gz
external_llvm-e692cbe5a3f4eddd49b8c533e5c23f7110522815.tar.bz2
Add a configure check for llvm-gcc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69438 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 59d4fa8..c508068 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1065,6 +1065,9 @@ AC_CONFIG_FILES([llvm.spec])
dnl Configure doxygen's configuration file
AC_CONFIG_FILES([docs/doxygen.cfg])
+dnl Configure llvmc's Base plugin
+AC_CONFIG_FILES([tools/llvmc/plugins/Base/Base.td])
+
dnl Do the first stage of configuration for llvm-config.in.
AC_CONFIG_FILES([tools/llvm-config/llvm-config.in])