]> granicus.if.org Git - llvm/commitdiff
GC HAVE_STRTOQ
authorJoerg Sonnenberger <joerg@bec.de>
Sat, 1 Oct 2016 07:35:08 +0000 (07:35 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Sat, 1 Oct 2016 07:35:08 +0000 (07:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283023 91177308-0d34-0410-b5e6-96231b3b80d8

cmake/config-ix.cmake
include/llvm/Config/config.h.cmake

index 6a1ae6ecb1026b5322f07f57a34b16a8cf52c427..be67c5667d7ab7b2be49d68cb616cf41f62da798 100755 (executable)
@@ -177,7 +177,6 @@ check_symbol_exists(pread unistd.h HAVE_PREAD)
 check_symbol_exists(realpath stdlib.h HAVE_REALPATH)
 check_symbol_exists(sbrk unistd.h HAVE_SBRK)
 check_symbol_exists(strtoll stdlib.h HAVE_STRTOLL)
-check_symbol_exists(strtoq stdlib.h HAVE_STRTOQ)
 check_symbol_exists(strerror string.h HAVE_STRERROR)
 check_symbol_exists(strerror_r string.h HAVE_STRERROR_R)
 check_symbol_exists(strerror_s string.h HAVE_DECL_STRERROR_S)
index 117d8c4d54a8744f2b93da132ef9e885351b7430..953542efb030ddb45a4a376b807eaec86c86e538 100644 (file)
 /* Define to 1 if you have the `strtoll' function. */
 #cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL}
 
-/* Define to 1 if you have the `strtoq' function. */
-#cmakedefine HAVE_STRTOQ ${HAVE_STRTOQ}
-
 /* Define to 1 if you have the `sysconf' function. */
 #cmakedefine HAVE_SYSCONF ${HAVE_SYSCONF}