Skip to content

Commit 119fc17

Browse files
committed
cleanup
1 parent a977d3b commit 119fc17

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/llvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ fn get_var(var_base: &str, host: &str, target: &str) -> Option<OsString> {
895895
// FIXME(offload): In an ideal world, we would just enable the offload runtime in our previous LLVM
896896
// build step. For now, we still depend on the openmp runtime since we use some of it's API, so we
897897
// build both. However, when building those runtimes as part of the LLVM step, then LLVM's cmake
898-
// implicitely assumes that Clang has also been build and will try to use it. In the Rust CI, we
898+
// implicitly assumes that Clang has also been build and will try to use it. In the Rust CI, we
899899
// don't always build clang (due to compile times), but instead use a slightly older external clang.
900900
// LLVM tries to remove this build dependency of offload/openmp on Clang for LLVM-22, so in the
901901
// future we might be able to integrate this step into the LLVM step. For now, we instead introduce

0 commit comments

Comments
 (0)