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 | 15a4e5e0d5349810d0647d6f7489f8132875d643 (patch) | |
| tree | 5c2dedf0b1d4f55c3a8154d234aa8dba2bede858 /llvm/include | |
| parent | 66241831dc9d33af810895cd622174cb9bdc6e4c (diff) | |
| download | bcm5719-llvm-15a4e5e0d5349810d0647d6f7489f8132875d643.tar.gz bcm5719-llvm-15a4e5e0d5349810d0647d6f7489f8132875d643.zip | |
Regen.
llvm-svn: 180685
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Config/config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/Config/config.h.in b/llvm/include/llvm/Config/config.h.in index 0cffd0febec..7fa00b8a030 100644 --- a/llvm/include/llvm/Config/config.h.in +++ b/llvm/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 |

