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

Commit 5673d4c

Browse files
committed
GC more left-over libtool defines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282791 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 6506cd6 commit 5673d4c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

include/llvm/Config/config.h.cmake

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -460,19 +460,9 @@
460460
/* Define if we link Polly to the tools */
461461
#cmakedefine LINK_POLLY_INTO_TOOLS
462462

463-
/* Define if the OS needs help to load dependent libraries for dlopen(). */
464-
#cmakedefine LTDL_DLOPEN_DEPLIBS ${LTDL_DLOPEN_DEPLIBS}
465-
466-
/* Define to the sub-directory in which libtool stores uninstalled libraries.
467-
*/
468-
#undef LTDL_OBJDIR
469-
470463
/* Define to the extension used for shared libraries, say, ".so". */
471464
#cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
472465

473-
/* Define to the system default library search path. */
474-
#cmakedefine LTDL_SYSSEARCHPATH "${LTDL_SYSSEARCHPATH}"
475-
476466
/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
477467
its not necessary */
478468
#undef NEED_DEV_ZERO_FOR_MMAP

0 commit comments

Comments
 (0)