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 d236bf1 commit 710461fCopy full SHA for 710461f
clang/tools/clang-shlib/CMakeLists.txt
@@ -57,7 +57,7 @@ endif()
57
58
# Optimize function calls for default visibility definitions to avoid PLT and
59
# reduce dynamic relocations.
60
-if (NOT APPLE AND NOT MINGW AND NOT LLVM_LINKER_IS_SOLARISLD_ILLUMOS)
+if (NOT APPLE AND NOT MINGW AND NOT CYGWIN AND NOT LLVM_LINKER_IS_SOLARISLD_ILLUMOS)
61
target_link_options(clang-cpp PRIVATE LINKER:-Bsymbolic-functions)
62
endif()
63
if (MINGW OR CYGWIN)
0 commit comments