mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 05:40:09 +00:00
[libunwind] Clarify comment added in #67205
See https://github.com/llvm/llvm-project/pull/67205#issuecomment-1734443684
This commit is contained in:
parent
23552fe220
commit
f9583815e7
@ -11,7 +11,7 @@ link_flags = []
|
||||
if @LIBUNWIND_ENABLE_CET@:
|
||||
compile_flags.append('-fcf-protection=full')
|
||||
|
||||
# On ELF platforms, add -Wl,--export-dynamic if supported by the linker.
|
||||
# On ELF platforms, link tests with -Wl,--export-dynamic if supported by the linker.
|
||||
if len('@CMAKE_EXE_EXPORTS_CXX_FLAG@'):
|
||||
link_flags.append('@CMAKE_EXE_EXPORTS_CXX_FLAG@')
|
||||
|
||||
|
@ -10,7 +10,7 @@ link_flags = []
|
||||
if @LIBUNWIND_ENABLE_CET@:
|
||||
compile_flags.append('-fcf-protection=full')
|
||||
|
||||
# On ELF platforms, add -Wl,--export-dynamic if supported by the linker.
|
||||
# On ELF platforms, link tests with -Wl,--export-dynamic if supported by the linker.
|
||||
if len('@CMAKE_EXE_EXPORTS_CXX_FLAG@'):
|
||||
link_flags.append('@CMAKE_EXE_EXPORTS_CXX_FLAG@')
|
||||
|
||||
|
@ -13,7 +13,7 @@ if @LIBUNWIND_ENABLE_THREADS@:
|
||||
if @LIBUNWIND_ENABLE_CET@:
|
||||
compile_flags.append('-fcf-protection=full')
|
||||
|
||||
# On ELF platforms, add -Wl,--export-dynamic if supported by the linker.
|
||||
# On ELF platforms, link tests with -Wl,--export-dynamic if supported by the linker.
|
||||
if len('@CMAKE_EXE_EXPORTS_CXX_FLAG@'):
|
||||
link_flags.append('@CMAKE_EXE_EXPORTS_CXX_FLAG@')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user