llvm/llvm-project

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

Open

#123,041 建立於 2025年1月15日

在 GitHub 查看
 (13 留言) (0 反應) (1 負責人)C++ (10,782 fork)batch import
enhancementgood first issuetools:llvm-objcopy/strip

倉庫指標

Star
 (26,378 star)
PR 合併指標
 (平均合併 1天 2小時) (30 天內合併 1,000 個 PR)

描述

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!

貢獻者指南