From 7f5c6bf63c3ca8a7cfb079596093f7449fd85978 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sat, 27 Apr 2013 22:23:16 +0000 Subject: [PATCH] Regen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180685 91177308-0d34-0410-b5e6-96231b3b80d8 --- configure | 1 + include/llvm/Config/config.h.in | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 4e146189e6f..4268f21a9e3 100755 --- a/configure +++ b/configure @@ -14868,6 +14868,7 @@ fi + for ac_header in cxxabi.h dlfcn.h execinfo.h fcntl.h inttypes.h limits.h link.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 0cffd0febec..7fa00b8a030 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -69,9 +69,6 @@ /* Define to 1 if you have the `closedir' function. */ #undef HAVE_CLOSEDIR -/* Define to 1 if you have the header file. */ -#undef HAVE_CXXABI_H - /* Define to 1 if you have the header file. */ #undef HAVE_CRASHREPORTERCLIENT_H @@ -81,6 +78,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_CTYPE_H +/* Define to 1 if you have the header file. */ +#undef HAVE_CXXABI_H + /* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you don't. */ #undef HAVE_DECL_FE_ALL_EXCEPT -- 2.34.1