We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e35ee0 commit 79d8b0dCopy full SHA for 79d8b0d
lld/test/ELF/linkerscript/filename-spec.s
@@ -73,7 +73,7 @@
73
# RUN: ld.lld -o 11 -T 11.t --whole-archive 'lib1().a' dir2/lib2.a
74
# RUN: llvm-objdump -s 11 | FileCheck --check-prefix=SECONDFIRST %s
75
76
-## Verify that matching files excluded from an archive doesn't match files within one
+## Verify that matching files excluded from an archive will not match files within one.
77
# RUN: echo 'SECTIONS{.foo :{ KEEP(:*x.o(.foo)) KEEP(*y.o(.foo)) KEEP(*x.o(.foo)) }}' > 12.t
78
# RUN: ld.lld -o 12 -T 12.t --whole-archive combined.a
79
# RUN: llvm-objdump -s 12 | FileCheck --check-prefix=SECONDFIRST %s
0 commit comments