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

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 11:07:02 PDT 2018


grimar added a comment.

In https://reviews.llvm.org/D46628#1094751, @ruiu wrote:

> I know what you are saying, but my question is, is it likely to add new sections in the future? If so, are you sure that a new section is for something other than line info? I don't really have a strong opinion, I'm trying to reduce complexity.


Reducing complexity (of LLD) is my aim too. I *think* the DWARF standard is open for any new sections. So we can't rely on something. But it is a guessing for sure what is planned to be added.

We have DWARF people here, fortunately. Would be great to hear their opinions.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46628





More information about the llvm-commits mailing list