We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497fbd0 commit 74d921cCopy full SHA for 74d921c
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