-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Closed
Labels
C-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.
Description
The latest LLVM release supports the llvm-readelf command, but it is not present in
Lines 62 to 65 in ddd36bd
| const LLVM_TOOLS: &[&str] = &[ | |
| "llvm-cov", // used to generate coverage report | |
| "llvm-nm", // used to inspect binaries; it shows symbol names, their sizes and visibility | |
| "llvm-objcopy", // used to transform ELFs into binary format which flashing tools consume |
Please let me know if my suggestion has any issues, thanks!
ref:
https://github.com/llvm/llvm-project/releases/tag/llvmorg-22.1.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.