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 87f0227 commit 67e50e1Copy full SHA for 67e50e1
llvm/tools/llvm-shlib/CMakeLists.txt
@@ -61,7 +61,7 @@ if(LLVM_BUILD_LLVM_DYLIB)
61
# Solaris ld does not accept global: *; so there is no way to version *all* global symbols
62
set(LIB_NAMES -Wl,--version-script,${LLVM_LIBRARY_DIR}/tools/llvm-shlib/simple_version_script.map ${LIB_NAMES})
63
endif()
64
- if (NOT MINGW AND NOT LLVM_LINKER_IS_SOLARISLD_ILLUMOS)
+ if (NOT (MINGW OR CYGWIN) AND NOT LLVM_LINKER_IS_SOLARISLD_ILLUMOS)
65
# Optimize function calls for default visibility definitions to avoid PLT and
66
# reduce dynamic relocations.
67
# Note: for -fno-pic default, the address of a function may be different from
0 commit comments