diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-08-22 16:31:34 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-08-22 16:31:34 +0000 |
commit | 3aa18c23189591112f1d1f52f3e2289c3dd6e6bd (patch) | |
tree | 689b1900fda4e61127f302dfcf452d09ff974af1 /configure | |
parent | 3e7f1a990193287ac0aee63e84f9ee0d29e6b16b (diff) | |
download | external_llvm-3aa18c23189591112f1d1f52f3e2289c3dd6e6bd.zip external_llvm-3aa18c23189591112f1d1f52f3e2289c3dd6e6bd.tar.gz external_llvm-3aa18c23189591112f1d1f52f3e2289c3dd6e6bd.tar.bz2 |
configure: Regenerate corresponding to r189026.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189031 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5231,6 +5231,7 @@ echo "$as_me: error: Cannot enable clang ARC Migration Tool while disabling stat { (exit 1); exit 1; }; } fi ENABLE_CLANG_STATIC_ANALYZER=0 + ;; default) ENABLE_CLANG_STATIC_ANALYZER=1 ;; @@ -10567,7 +10568,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 10564 "configure" +#line 10571 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |