You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manishearth opened this issue
Jun 22, 2020
· 3 comments
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.C-bugCategory: This is a bug.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.
The text was updated successfully, but these errors were encountered:
jonas-schievink
added
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
labels
Jun 22, 2020
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.C-bugCategory: This is a bug.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.
rustup-toolchain-install-master -n master -f -c rustc-dev -c llvm-tools
fails withThe folder name is actually
llvm-tools-preview
.-c llvm-tools-preview
does not exist.This makes it impossible to e.g. build clippy out of tree
This seems to be related to #72000 , but RTIM definitely worked back then, so something else has changed.
cc @Mark-Simulacrum @cuviper
The text was updated successfully, but these errors were encountered: