Update the configure scripts as well as the makefiles for the move from

VMCore to IR.

llvm-svn: 171360
This commit is contained in:
Chandler Carruth 2013-01-02 09:22:59 +00:00
parent ef860a2488
commit fbdae1f0f6
2 changed files with 2 additions and 2 deletions

View File

@ -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.

2
llvm/configure vendored
View File

@ -565,7 +565,7 @@ PACKAGE_VERSION='3.3svn'
PACKAGE_STRING='LLVM 3.3svn'
PACKAGE_BUGREPORT='http://llvm.org/bugs/'
ac_unique_file="lib/VMCore/Module.cpp"
ac_unique_file="lib/IR/Module.cpp"
# Factoring default headers for most tests.
ac_includes_default="\
#include <stdio.h>