[PATCH] D58357: [LLD] add test for line number info related to differrent .text sections

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 10:56:30 PST 2019


alexey.lapshin created this revision.
alexey.lapshin added reviewers: grimar, ruiu.
alexey.lapshin added a project: lld.
Herald added subscribers: jdoerfert, MaskRay, arichardson, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

There is a bug for llvm-objdump which incorrectly reported line number info for object file if several .text sections presented. https://bugs.llvm.org/show_bug.cgi?id=40703 . This patch adds test for the same situation for LLD.


https://reviews.llvm.org/D58357

Files:
  lld/test/ELF/debug-line-obj.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58357.187263.patch
Type: text/x-patch
Size: 10253 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190218/e82f1411/attachment.bin>


More information about the llvm-commits mailing list