Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7059262

Browse files
committedNov 19, 2024·
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

Lines changed: 3 additions & 0 deletions
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)
Please sign in to comment.