mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Explicitly disable llvm tools for cranelift
This commit is contained in:
@@ -38,6 +38,11 @@ local-rebuild = true
|
||||
codegen-backends = ["cranelift"]
|
||||
deny-warnings = false
|
||||
verbose-tests = false
|
||||
# The cg_clif sysroot doesn't contain llvm tools and unless llvm_tools is
|
||||
# disabled bootstrap will crash trying to copy llvm tools for the bootstrap
|
||||
# compiler.
|
||||
llvm_tools = false
|
||||
|
||||
EOF
|
||||
popd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user