Explicitly disable llvm tools for cranelift

This commit is contained in:
Jieyou Xu 2024-11-19 20:00:58 +08:00
parent fcfb782a75
commit 4b5c88301b

View file

@ -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