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 23d188e commit 7ab6433Copy full SHA for 7ab6433
clang/tools/libclang/CMakeLists.txt
@@ -190,8 +190,8 @@ if(ENABLE_SHARED)
190
include(CheckLinkerFlag)
191
# The Solaris 11.4 linker supports a subset of GNU ld version scripts,
192
# but requires a special option to enable it.
193
- llvm_check_linker_flag(CXX "-Wl,-z,gnu-version-script-compat"
194
- LINKER_SUPPORTS_Z_GNU_VERSION_SCRIPT_COMPAT)
+ check_linker_flag(CXX "-Wl,-z,gnu-version-script-compat"
+ LINKER_SUPPORTS_Z_GNU_VERSION_SCRIPT_COMPAT)
195
# Older Solaris (and illumos) linker does not support GNU ld version scripts
196
# and does not support GNU version script compat.
197
if (LINKER_SUPPORTS_Z_GNU_VERSION_SCRIPT_COMPAT)
0 commit comments