[PATCH] D16697: Updating .debug_line section version information to match DWARF version.

Katya Romanova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 10:40:34 PST 2016


kromanova removed rL LLVM as the repository for this revision.
kromanova updated this revision to Diff 81615.
kromanova added a comment.

I have committed this patch today r285355 and have to revert it shortly in r285362, because some tests were failing.

Sorry, this patch fell out of my radar for a while. Yesterday I investigated why the tests failed sometimes ( (the size of the line_table varied depending on the full file name and we check the size of line_table). I have updated the test not to depend on the full file name. When this patch gets approved, I will re-commit it.


https://reviews.llvm.org/D16697

Files:
  lib/MC/MCDwarf.cpp
  test/DebugInfo/AArch64/line-header.ll
  test/DebugInfo/Generic/empty.ll
  test/DebugInfo/X86/debug-line-version.s
  test/DebugInfo/X86/empty.ll
  test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
  test/MC/ELF/debug-line.s
  test/MC/ELF/debug-line2.s
  test/MC/ELF/debug-loc.s
  test/MC/ELF/discriminator.s
  test/MC/ELF/empty-dwarf-lines.s
  test/MC/MachO/file.s
  test/MC/MachO/gen-dwarf.s
  test/MC/MachO/loc.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16697.81615.patch
Type: text/x-patch
Size: 12420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161215/500e9b8d/attachment.bin>


More information about the llvm-commits mailing list