We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ rustup component add llvm-tools --toolchain nightly $ cargo +nightly install cargo-binutils
$ cargo +nightly size error: llvm-tools component is missing or empty. Install it with rustup component add llvm-tools
llvm-tools
rustup component add llvm-tools
$ rustup component list --toolchain nightly | grep tools llvm-tools-x86_64-pc-windows-msvc (installed)
Version:
$ rustc +nightly -vV rustc 1.28.0-nightly (cd494c1f0 2018-06-27) binary: rustc commit-hash: cd494c1f0915da00a63c03454a96d504afe764ff commit-date: 2018-06-27 host: x86_64-pc-windows-msvc release: 1.28.0-nightly LLVM version: 6.0
The text was updated successfully, but these errors were encountered:
@pravic can you check the directory $(rustc --print sysroot)/bin and see if llvm-size is in there?
$(rustc --print sysroot)/bin
llvm-size
My guess is that it is there but it's named llvm-size.exe. We'll need to update the search algorithm to account for this.
llvm-size.exe
Sorry, something went wrong.
Yes, those tools are there and the rustup run nightly llvm-size does work.
rustup run nightly llvm-size
rustup run nightly llvm-size does work.
That's not intended to work and will stop working when rust-lang/rust#51922 lands.
@pravic Could you try out #8?
Fixed in #8
No branches or pull requests
Version:
The text was updated successfully, but these errors were encountered: