Skip to content

Commit 79d8b0d

Browse files
[lld][ELF] Tweaked grammar in the filename-spec linkerscript
1 parent 9e35ee0 commit 79d8b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/ELF/linkerscript/filename-spec.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# RUN: ld.lld -o 11 -T 11.t --whole-archive 'lib1().a' dir2/lib2.a
7474
# RUN: llvm-objdump -s 11 | FileCheck --check-prefix=SECONDFIRST %s
7575

76-
## Verify that matching files excluded from an archive doesn't match files within one
76+
## Verify that matching files excluded from an archive will not match files within one.
7777
# RUN: echo 'SECTIONS{.foo :{ KEEP(:*x.o(.foo)) KEEP(*y.o(.foo)) KEEP(*x.o(.foo)) }}' > 12.t
7878
# RUN: ld.lld -o 12 -T 12.t --whole-archive combined.a
7979
# RUN: llvm-objdump -s 12 | FileCheck --check-prefix=SECONDFIRST %s

0 commit comments

Comments
 (0)