From: Pavel Labath Date: Wed, 10 Jun 2020 14:34:56 +0000 (+0200) Subject: [lld] Fix test/ELF/undef.s for 6f55b5a1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de522035b9956e918a074b31ba3e2f6baf69706a;p=platform%2Fupstream%2Fllvm.git [lld] Fix test/ELF/undef.s for 6f55b5a1 There's been a slight change in wording for the warning message about debug_line problems. --- diff --git a/lld/test/ELF/undef.s b/lld/test/ELF/undef.s index db444e3..4d9da45 100644 --- a/lld/test/ELF/undef.s +++ b/lld/test/ELF/undef.s @@ -51,7 +51,7 @@ # Show that all line table problems are mentioned as soon as the object's line information # is requested, even if that particular part of the line information is not currently required. # Also show that the warnings are only printed once. -# CHECK: warning: parsing line table prologue at 0x00000000 should have ended at 0x00000038 but it ended at 0x00000037 +# CHECK: warning: unknown data in line table prologue at offset 0x00000000: parsing ended (at offset 0x00000037) before reaching the prologue at offset 0x00000038 # CHECK-NEXT: warning: parsing line table prologue at offset 0x0000005b: unsupported version 1 # CHECK-NEXT: warning: last sequence in debug line table at offset 0x00000061 is not terminated # CHECK: error: undefined symbol: zed6a