Skip to content

Commit

Permalink
[libunwind] Clarify comment added in #67205
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson committed Sep 25, 2023
1 parent 23552fe commit f958381
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libunwind/test/configs/llvm-libunwind-merged.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@')

Expand Down
2 changes: 1 addition & 1 deletion libunwind/test/configs/llvm-libunwind-shared.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@')

Expand Down
2 changes: 1 addition & 1 deletion libunwind/test/configs/llvm-libunwind-static.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@')

Expand Down

0 comments on commit f958381

Please sign in to comment.