[PATCH] D101581: [CMake][compiler-rt] avoid conflict with builtin check_linker_flag
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 29 15:14:57 PDT 2021
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: compiler-rt/cmake/config-ix.cmake:162
set(VERS_COMPAT_OPTION "-Wl,-z,gnu-version-script-compat")
+compiler_rt_check_linker_flag("${VERS_COMPAT_OPTION}" COMPILER_RT_HAS_GNU_VERSION_SCRIPT_COMPAT)
----------------
This often shows up as a warning.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101581/new/
https://reviews.llvm.org/D101581
More information about the llvm-commits
mailing list