diff options
author | Joerg Sonnenberger <joerg@bec.de> | 2016-09-29 20:59:48 +0000 |
---|---|---|
committer | Joerg Sonnenberger <joerg@bec.de> | 2016-09-29 20:59:48 +0000 |
commit | 2abd0c2154a6ab1298316223714626a94732ba3a (patch) | |
tree | 018eaa0432c1aae596f6fd0079af08b6ca375a47 | |
parent | d1185fc081ead71a8bf239ff1814f5ff73084c15 (diff) | |
download | bcm5719-llvm-2abd0c2154a6ab1298316223714626a94732ba3a.tar.gz bcm5719-llvm-2abd0c2154a6ab1298316223714626a94732ba3a.zip |
Add FE_ALL_EXCEPT and FE_INEXACT detection macros forgotten on the cmake
side of configuration.
llvm-svn: 282762
-rw-r--r-- | llvm/include/llvm/Config/config.h.cmake | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index 9e5730b323c..735cc0ef054 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -34,6 +34,14 @@ /* can use __crashreporter_info__ */ #undef HAVE_CRASHREPORTER_INFO +/* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you + don't. */ +#cmakedefine01 HAVE_DECL_FE_ALL_EXCEPT + +/* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you + don't. */ +#cmakedefine01 HAVE_DECL_FE_INEXACT + /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you don't. */ #cmakedefine01 HAVE_DECL_STRERROR_S |