Add support for cargo-readelf command#175
Add support for cargo-readelf command#175rruuaanng wants to merge 1 commit intorust-embedded:masterfrom
Conversation
d253b39 to
1f85b27
Compare
Allows developers to use the `cargo readelf` sub-command. Signed-off-by: James Roy <rruuaanng@outlook.com>
1f85b27 to
83bbe9f
Compare
|
Cool! I'd love this. But I will note that readelf is not available in the llvm-tools for windows. |
|
Weird to have a PR that closes itself on merge. Did you mean to write "fixes #89"? |
Yes! |
Looks good :) |
|
That's weird...? I don't have it. Just updated LLVM to the newest version 21 and I still don't have it. So, one of us has a weird installation :) |
|
llvm-readelf is not included in the llvm-tools component: |
|
Looks like the path of least resistance is to change this to be |
I think that great. In this way, we are only providing one alias. |
|
Sounds good. Go ahead and update the PR and I'll take a look at it. Thanks for working on this. |
Allows developers to use the
cargo readelfsub-command.Fixes: #89