[lld] de52203 - [lld] Fix test/ELF/undef.s for 6f55b5a1

Pavel Labath via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 07:36:19 PDT 2020


Author: Pavel Labath
Date: 2020-06-10T16:36:10+02:00
New Revision: de522035b9956e918a074b31ba3e2f6baf69706a

URL: https://github.com/llvm/llvm-project/commit/de522035b9956e918a074b31ba3e2f6baf69706a
DIFF: https://github.com/llvm/llvm-project/commit/de522035b9956e918a074b31ba3e2f6baf69706a.diff

LOG: [lld] Fix test/ELF/undef.s for 6f55b5a1

There's been a slight change in wording for the warning message about
debug_line problems.

Added: 
    

Modified: 
    lld/test/ELF/undef.s

Removed: 
    


################################################################################
diff  --git a/lld/test/ELF/undef.s b/lld/test/ELF/undef.s
index db444e361527..4d9da459654c 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


        


More information about the llvm-commits mailing list