We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a1355 commit 31ee1f9Copy full SHA for 31ee1f9
llvm/Makefile.rules
@@ -941,6 +941,11 @@ ifdef EXPORTED_SYMBOL_FILE
941
# First, set up the native export file, which may differ from the source
942
# export file.
943
944
+# The option --version-script is not effective on GNU ld win32.
945
+ifneq (,$(filter $(HOST_OS),Cygwin MingW))
946
+ HAVE_LINK_VERSION_SCRIPT := 0
947
+endif
948
+
949
ifeq ($(HOST_OS),Darwin)
950
# Darwin convention prefixes symbols with underscores.
951
NativeExportsFile := $(ObjDir)/$(notdir $(EXPORTED_SYMBOL_FILE)).sed
0 commit comments