[llvm-commits] [PATCH] GNU ld win32 should not accept version script

Eric Christopher echristo at apple.com
Tue Sep 7 11:22:07 PDT 2010


On Sep 6, 2010, at 7:03 AM, NAKAMURA Takumi wrote:

> <r112499-configure-win32-versionscript.diff.txt>

So this part I somewhat understand:

+if test "$dynamic_linker" != "Win32 ld.exe" ; then
+  dnl Determine whether the linker supports the --version-script option.
+  AC_LINK_VERSION_SCRIPT
+fi

Though it'd probably be better to do a test similar to AC_PROG_GNU_LD to instead check for WIN32_LD.

That said, what's with the moving of AC_LIBTOOL_DLOPEN AND AC_LIB_LTDL?

-eric



More information about the llvm-commits mailing list