[PATCH] D46628: [ELF] Add --strip-debug-non-line option
Lucian Adrian Grijincu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 06:26:04 PDT 2019
luciang added a comment.
> Then how about -gmlt?
Sorry, I tried to reply in this bullet point but wasn't very clear:
> input .o come from a shared cache and have rich debug info
We have two kinds of .o:
- always built from source - we could use -gmlt here (even though it would be preferable to fetch them from a shared cache).
- prebuilt .o with full debug info - (eg. prebuilt external third-party code managed by an *inflexible* tp management system).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D46628/new/
https://reviews.llvm.org/D46628
More information about the llvm-commits
mailing list