Explicitly disable llvm tools for cranelift
This commit is contained in:
parent
fcfb782a75
commit
4b5c88301b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue