Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 6506cd6

Browse files
committed
GC HAVE_PRINTF_A, HAVE_STD_ISINF_IN_CMATH and HAVE_STD_ISNAN_IN_CMATH
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282789 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 224b8e4 commit 6506cd6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

include/llvm/Config/config.h.cmake

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@
188188
/* Define to 1 if you have the `pread' function. */
189189
#cmakedefine HAVE_PREAD ${HAVE_PREAD}
190190

191-
/* Define to have the %a format string */
192-
#undef HAVE_PRINTF_A
193-
194191
/* Have pthread_getspecific */
195192
#cmakedefine HAVE_PTHREAD_GETSPECIFIC ${HAVE_PTHREAD_GETSPECIFIC}
196193

@@ -224,12 +221,6 @@
224221
/* Define to 1 if you have the <stdint.h> header file. */
225222
#cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H}
226223

227-
/* Set to 1 if the std::isinf function is found in <cmath> */
228-
#undef HAVE_STD_ISINF_IN_CMATH
229-
230-
/* Set to 1 if the std::isnan function is found in <cmath> */
231-
#undef HAVE_STD_ISNAN_IN_CMATH
232-
233224
/* Define to 1 if you have the `strdup' function. */
234225
#cmakedefine HAVE_STRDUP ${HAVE_STRDUP}
235226

0 commit comments

Comments
 (0)