[PATCH] D44562: [ELF] Rework debug line parsing to use llvm::Error and callbacks (LLD-side)

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 28 07:03:06 PDT 2018


jhenderson updated this revision to Diff 140069.
jhenderson added a comment.
This revision is now accepted and ready to land.

Rebase following https://reviews.llvm.org/rLLD328284. I was able to drop one of the test inputs, now that LLD can handle multiple CUs in the same input file. Also added a comment to the test explaining the purpose of the zed6/zed7 test cases.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D44562

Files:
  Common/ErrorHandler.cpp
  ELF/InputFiles.cpp
  include/lld/Common/ErrorHandler.h
  test/ELF/Inputs/undef-bad-debug.s
  test/ELF/no-line-parser-errors-if-empty-section.s
  test/ELF/no-line-parser-errors-if-no-section.s
  test/ELF/undef.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44562.140069.patch
Type: text/x-patch
Size: 10085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180328/39d5a30d/attachment.bin>


More information about the llvm-commits mailing list