[libunwind] Clarify comment added in #67205

See https://github.com/llvm/llvm-project/pull/67205#issuecomment-1734443684
This commit is contained in:
Alex Richardson 2023-09-25 15:03:56 -07:00
parent 23552fe220
commit f9583815e7
3 changed files with 3 additions and 3 deletions

View File

@ -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@')

View File

@ -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@')

View File

@ -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@')