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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 13:18:10 PDT 2018


probinson added a comment.

Does gold really preserve .debug_info and .debug_abbrev?  Generally .debug_info is by far the largest DWARF section and so the one you most likely want to remove.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46628





More information about the llvm-commits mailing list