Skip to content

Commit 7059262

Browse files
committed
Explicitly disable llvm tools for cranelift
1 parent fcfb782 commit 7059262

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler/rustc_codegen_cranelift/scripts/setup_rust_fork.sh

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ local-rebuild = true
3838
codegen-backends = ["cranelift"]
3939
deny-warnings = false
4040
verbose-tests = false
41+
# Enabled by default, but cranelift does not need/want llvm tools.
42+
llvm_tools = false
43+
4144
EOF
4245
popd
4346

0 commit comments

Comments
 (0)