Skip to content

Commit

Permalink
Explicitly disable llvm tools for cranelift
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Nov 19, 2024
1 parent fcfb782 commit 7059262
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler/rustc_codegen_cranelift/scripts/setup_rust_fork.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ local-rebuild = true
codegen-backends = ["cranelift"]
deny-warnings = false
verbose-tests = false
# Enabled by default, but cranelift does not need/want llvm tools.
llvm_tools = false
EOF
popd

Expand Down

0 comments on commit 7059262

Please sign in to comment.