summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-02 09:22:59 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-02 09:22:59 +0000
commitfbdae1f0f66a436eb49d43233ff5154063eca638 (patch)
tree0fb2372625c821bd05f6b7e7baea9505d9281a9e /llvm/autoconf
parentef860a2488c955147659c6804b56337190346be4 (diff)
downloadbcm5719-llvm-fbdae1f0f66a436eb49d43233ff5154063eca638.tar.gz
bcm5719-llvm-fbdae1f0f66a436eb49d43233ff5154063eca638.zip
Update the configure scripts as well as the makefiles for the move from
VMCore to IR. llvm-svn: 171360
Diffstat (limited to 'llvm/autoconf')
-rw-r--r--llvm/autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index d5460ffbcca..c5ac14999fc 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -45,7 +45,7 @@ AC_PREREQ(2.60)
dnl Verify that the source directory is valid. This makes sure that we are
dnl configuring LLVM and not some other package (it validates --srcdir argument)
-AC_CONFIG_SRCDIR([lib/VMCore/Module.cpp])
+AC_CONFIG_SRCDIR([lib/IR/Module.cpp])
dnl Place all of the extra autoconf files into the config subdirectory. Tell
dnl various tools where the m4 autoconf macros are.
OpenPOWER on IntegriCloud