[PATCH] D46628: [ELF] Add --strip-debug-non-line option

Brian Gesiak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 22:04:36 PDT 2018


modocache updated this revision to Diff 146066.
modocache marked 2 inline comments as done.
modocache added a comment.

Thanks for the review! I adopted the changes you suggested. As for validating the debug info, what about using 'llvm-dwarfdump -verify'? In fact running that on the output of this new option resulted in errors, so I'll address those.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46628

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  docs/ld.lld.1
  test/ELF/strip-debug-non-line.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46628.146066.patch
Type: text/x-patch
Size: 4135 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180510/0db42486/attachment.bin>


More information about the llvm-commits mailing list