diff options
author | Joerg Sonnenberger <joerg@bec.de> | 2016-09-29 21:35:27 +0000 |
---|---|---|
committer | Joerg Sonnenberger <joerg@bec.de> | 2016-09-29 21:35:27 +0000 |
commit | ae8735a1ce9a16a6a161208a31c99ca7072940e4 (patch) | |
tree | 0b0696ff4f47190d786b2b2a55d29287e41fd60f | |
parent | ff275fe3e49b1a6d76704bdc1b80324b86a6beb1 (diff) | |
download | bcm5719-llvm-ae8735a1ce9a16a6a161208a31c99ca7072940e4.tar.gz bcm5719-llvm-ae8735a1ce9a16a6a161208a31c99ca7072940e4.zip |
GC HAVE_DYLD, HAVE_PRELOADED_SYMBOLS and HAVE_SHL_LOAD
llvm-svn: 282782
-rw-r--r-- | llvm/include/llvm/Config/config.h.cmake | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index 6bd1f34a406..957efc2d737 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -57,9 +57,6 @@ /* Define if dlopen() is available on this platform. */ #cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN} -/* Define if you have the _dyld_func_lookup function. */ -#undef HAVE_DYLD - /* Define to 1 if you have the <errno.h> header file. */ #cmakedefine HAVE_ERRNO_H ${HAVE_ERRNO_H} @@ -191,9 +188,6 @@ /* Define to 1 if you have the `pread' function. */ #cmakedefine HAVE_PREAD ${HAVE_PREAD} -/* Define if libtool can extract symbol lists from object files. */ -#undef HAVE_PRELOADED_SYMBOLS - /* Define to have the %a format string */ #undef HAVE_PRINTF_A @@ -221,9 +215,6 @@ /* Define to 1 if you have the `setrlimit' function. */ #cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT} -/* Define if you have the shl_load function. */ -#undef HAVE_SHL_LOAD - /* Define to 1 if you have the `sigaltstack' function. */ #cmakedefine HAVE_SIGALTSTACK ${HAVE_SIGALTSTACK} |