diff options
author | Eric Christopher <echristo@gmail.com> | 2013-04-27 22:23:16 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-04-27 22:23:16 +0000 |
commit | 7f5c6bf63c3ca8a7cfb079596093f7449fd85978 (patch) | |
tree | ee2c6ec8a363ddca941232498db4ab1cba28b9a4 /include/llvm/Config | |
parent | dfa0e92fa034019252305d62e42387bf6a758500 (diff) | |
download | external_llvm-7f5c6bf63c3ca8a7cfb079596093f7449fd85978.zip external_llvm-7f5c6bf63c3ca8a7cfb079596093f7449fd85978.tar.gz external_llvm-7f5c6bf63c3ca8a7cfb079596093f7449fd85978.tar.bz2 |
Regen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180685 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r-- | include/llvm/Config/config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 0cffd0f..7fa00b8 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 <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 |