llvm-objcopy/strip support --keep (for sections) and --keep-symbols (for symbols). For consistency and clarity, rename --keep to --keep-section.
In fact, for GNU compatability, -K is --keep-symbol, so it's weird that the alias -K is not the same as the short-ish --keep.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 24943 Build 24942: arc lint + arc unit
Event Timeline
Comment Actions
If we wanted we could also add an alias for -k but I don't really think that matters too much.