Regen.
authorEric Christopher <echristo@gmail.com>
Sat, 27 Apr 2013 22:23:16 +0000 (22:23 +0000)
committerEric Christopher <echristo@gmail.com>
Sat, 27 Apr 2013 22:23:16 +0000 (22:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180685 91177308-0d34-0410-b5e6-96231b3b80d8

configure
include/llvm/Config/config.h.in

index 4e146189e6fd5d5bdc6982e94b2be81d7a5c6e28..4268f21a9e39bd2b46644f9b03fd4fe7b96e1a81 100755 (executable)
--- 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`
index 0cffd0febecd5336adc7df433b52e47059fec7fe..7fa00b8a0308b186adb02d6ee7ce5914fc38b239 100644 (file)
@@ -69,9 +69,6 @@
 /* Define to 1 if you have the `closedir' function. */
 #undef HAVE_CLOSEDIR
 
-/* Define to 1 if you have the <cxxabi.h> header file. */
-#undef HAVE_CXXABI_H
-
 /* Define to 1 if you have the <CrashReporterClient.h> header file. */
 #undef HAVE_CRASHREPORTERCLIENT_H
 
@@ -81,6 +78,9 @@
 /* Define to 1 if you have the <ctype.h> header file. */
 #undef HAVE_CTYPE_H
 
+/* Define to 1 if you have the <cxxabi.h> 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