From: Joerg Sonnenberger Date: Fri, 30 Sep 2016 20:26:31 +0000 (+0000) Subject: GC HAVE_LINK_EXPORT_DYNAMIC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93ae5d5aab7e3603872639de5bbde8ba37b3b7d5;p=llvm GC HAVE_LINK_EXPORT_DYNAMIC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282932 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake index 7b02046a6ff..bdb243ad447 100644 --- a/include/llvm/Config/config.h.cmake +++ b/include/llvm/Config/config.h.cmake @@ -123,9 +123,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_LINK_H ${HAVE_LINK_H} -/* Define if you can use -rdynamic. */ -#define HAVE_LINK_EXPORT_DYNAMIC 1 - /* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path. */ #undef HAVE_LINK_R