1
Fork 0

Explicitly disable llvm tools for cranelift

This commit is contained in:
Jieyou Xu 2024-11-19 20:00:58 +08:00
parent 43181b4d75
commit c5c3709d80

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