llvm/llvm-project

Add a `--verbose` option for `llvm-strip`

Open

#123.041 aberto em 15 de jan. de 2025

Ver no GitHub
 (13 comments) (0 reactions) (1 assignee)C++ (10.782 forks)batch import
enhancementgood first issuetools:llvm-objcopy/strip

Métricas do repositório

Stars
 (26.378 stars)
Métricas de merge de PR
 (Mesclagem média 1d 2h) (1.000 fundiu PRs em 30d)

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!

Guia do colaborador