Add --keep and --strip-all-gnu from llvm-objcopy into llvm-strip.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, with the typo fix.
tools/llvm-objcopy/StripOpts.td | ||
---|---|---|
26 ↗ | (On Diff #172034) | Typo: "Compaitable" -> "Compatible" |
Comment Actions
The option name`--keep` was introduced to llvm-objcopy in https://reviews.llvm.org/D39021
Have you considered --keep-section?