Skip to content

Commit f958381

Browse files
committed
[libunwind] Clarify comment added in llvm#67205
See llvm#67205 (comment)
1 parent 23552fe commit f958381

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libunwind/test/configs/llvm-libunwind-merged.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ link_flags = []
1111
if @LIBUNWIND_ENABLE_CET@:
1212
compile_flags.append('-fcf-protection=full')
1313

14-
# On ELF platforms, add -Wl,--export-dynamic if supported by the linker.
14+
# On ELF platforms, link tests with -Wl,--export-dynamic if supported by the linker.
1515
if len('@CMAKE_EXE_EXPORTS_CXX_FLAG@'):
1616
link_flags.append('@CMAKE_EXE_EXPORTS_CXX_FLAG@')
1717

libunwind/test/configs/llvm-libunwind-shared.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ link_flags = []
1010
if @LIBUNWIND_ENABLE_CET@:
1111
compile_flags.append('-fcf-protection=full')
1212

13-
# On ELF platforms, add -Wl,--export-dynamic if supported by the linker.
13+
# On ELF platforms, link tests with -Wl,--export-dynamic if supported by the linker.
1414
if len('@CMAKE_EXE_EXPORTS_CXX_FLAG@'):
1515
link_flags.append('@CMAKE_EXE_EXPORTS_CXX_FLAG@')
1616

libunwind/test/configs/llvm-libunwind-static.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if @LIBUNWIND_ENABLE_THREADS@:
1313
if @LIBUNWIND_ENABLE_CET@:
1414
compile_flags.append('-fcf-protection=full')
1515

16-
# On ELF platforms, add -Wl,--export-dynamic if supported by the linker.
16+
# On ELF platforms, link tests with -Wl,--export-dynamic if supported by the linker.
1717
if len('@CMAKE_EXE_EXPORTS_CXX_FLAG@'):
1818
link_flags.append('@CMAKE_EXE_EXPORTS_CXX_FLAG@')
1919

0 commit comments

Comments
 (0)