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)
llvm-svn: 282932

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

index 7b02046..bdb243a 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