diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-01-02 09:22:59 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-01-02 09:22:59 +0000 |
commit | 5ebee9ea01fb2ac4dab4bbe577363c23e192f362 (patch) | |
tree | 96232dddfa1ae1da88b58a2b7bd6fb49807a71c4 /configure | |
parent | c2c50cdcdc19a1bca993c06d13d8cdca87083ce4 (diff) |
Update the configure scripts as well as the makefiles for the move from
VMCore to IR.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171360 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |