summaryrefslogtreecommitdiff
path: root/lld
diff options
context:
space:
mode:
authorPeter Smith <peter.smith@arm.com>2023-05-15 19:01:05 +0100
committerPeter Smith <peter.smith@arm.com>2023-05-15 19:08:16 +0100
commitca39168a7c1cb8299786d697baaafcda9cf23e60 (patch)
tree0f290864be2bc2f22f3987a801d42509cffeec8f /lld
parent61d5671c1697e3ee622384d07d7a33f990fa6643 (diff)
downloadllvm-ca39168a7c1cb8299786d697baaafcda9cf23e60.tar.gz
[LLD][ELF] change CHECK to CHECK-NEXT in overlay-phdr.test NFCI
A code-review comment to change a couple of CHECK to CHECK-NEXT that I forgot to apply prior to committing. Differential Revision: https://reviews.llvm.org/D150445
Diffstat (limited to 'lld')
-rw-r--r--lld/test/ELF/linkerscript/overlay-phdr.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/lld/test/ELF/linkerscript/overlay-phdr.test b/lld/test/ELF/linkerscript/overlay-phdr.test
index baacc1ab3592..be3910613b86 100644
--- a/lld/test/ELF/linkerscript/overlay-phdr.test
+++ b/lld/test/ELF/linkerscript/overlay-phdr.test
@@ -21,10 +21,10 @@ SECTIONS {
# RUN: llvm-readelf --sections -l %t | FileCheck %s
# CHECK: Section Headers:
-# CHECK: Name Type Address Off Size
-# CHECK: .out.big PROGBITS 0000000000001000 001000 000008
-# CHECK: .out.small PROGBITS 0000000000001000 002000 000004
-# CHECK: .text PROGBITS 0000000000001008 002008 000001
+# CHECK: Name Type Address Off Size
+# CHECK: .out.big PROGBITS 0000000000001000 001000 000008
+# CHECK-NEXT: .out.small PROGBITS 0000000000001000 002000 000004
+# CHECK-NEXT: .text PROGBITS 0000000000001008 002008 000001
# CHECK: Program Headers: