]> granicus.if.org Git - llvm/commitdiff
GC HAVE_LINK_EXPORT_DYNAMIC.
authorJoerg Sonnenberger <joerg@bec.de>
Fri, 30 Sep 2016 20:26:31 +0000 (20:26 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Fri, 30 Sep 2016 20:26:31 +0000 (20:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282932 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.cmake

index 7b02046a6ff2fad0d04912daf2bdfa3e3f71dee6..bdb243ad447a2cdb709477d58936b9a83cf4a591 100644 (file)
 /* Define to 1 if you have the <link.h> 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