llvm/llvm-project

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

Open

#123,041 opened on 2025年1月15日

GitHub で見る
 (13 comments) (0 reactions) (1 assignee)C++ (10,782 forks)batch import
enhancementgood first issuetools:llvm-objcopy/strip

Repository metrics

Stars
 (26,378 stars)
PR merge metrics
 (平均マージ 1d 2h) (30d で 1,000 merged PRs)

説明

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!

コントリビューターガイド