-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Labels
enhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing featuregood first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contributetools:llvm-objcopy/strip
Description
Hi, it appears llvm-strip has no --verbose option https://llvm.org/docs/CommandGuide/llvm-strip.html.
strip utility has it and it proves handy. It would be nice to have a verbose option for llvm-strip to see which sections/symbols are removed. In my case, trying to use llvm-objdump --syms or llvm-objdump -TC I am unable to see a difference although the file size is reduced.
Thank you!
Metadata
Metadata
Assignees
Labels
enhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing featuregood first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contributetools:llvm-objcopy/strip