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
Depending on how rustc was built, rustc --print target-cpus can return an error ("Target CPU help is not supported by this LLVM version.").
rustc
rustc --print target-cpus
"Target CPU help is not supported by this LLVM version."
See https://github.com/rust-lang/rust/blob/ee6533d7408f1447c028025c883a34c904d25ba4/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp#L365 and rust-lang/rust#104785
We should catch this error and print a friendly error message to the user.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Depending on how
rustc
was built,rustc --print target-cpus
can return an error ("Target CPU help is not supported by this LLVM version."
).See https://github.com/rust-lang/rust/blob/ee6533d7408f1447c028025c883a34c904d25ba4/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp#L365 and rust-lang/rust#104785
We should catch this error and print a friendly error message to the user.
The text was updated successfully, but these errors were encountered: