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 | fbdae1f0f66a436eb49d43233ff5154063eca638 (patch) | |
tree | 0fb2372625c821bd05f6b7e7baea9505d9281a9e /llvm/configure | |
parent | ef860a2488c955147659c6804b56337190346be4 (diff) | |
download | bcm5719-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/configure')
-rwxr-xr-x | llvm/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/configure b/llvm/configure index 634cda9eabf..e466dd67ca2 100755 --- a/llvm/configure +++ b/llvm/configure @@ -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> |