The latest LLVM release supports the llvm-readelf command, but it is not present in
|
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
dep:
rust-embedded/cargo-binutils#175
The latest LLVM release supports the
llvm-readelfcommand, but it is not present inrust/src/bootstrap/src/lib.rs
Lines 62 to 65 in ddd36bd
Please let me know if my suggestion has any issues, thanks!
ref:
https://github.com/llvm/llvm-project/releases/tag/llvmorg-22.1.0
dep:
rust-embedded/cargo-binutils#175