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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 10:34:40 PDT 2018


ruiu added a comment.

Whitelist is a list of debug sections that you want to remove, and blacklist contains all the other debug sections. So what you are suggesting is not whitelist-only.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46628





More information about the llvm-commits mailing list