Skip to content

Commit 1e7441f

Browse files
authored
Rollup merge of #138469 - tshepang:patch-6, r=onur-ozkan
remove comment regarding a removed test directive Removed in #120265
2 parents 40ac358 + 54d26b3 commit 1e7441f

File tree

1 file changed

+0
-2
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-2
lines changed

src/bootstrap/src/core/build_steps/test.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1908,8 +1908,6 @@ NOTE: if you're sure you want to do this, please open an issue as to why. In the
19081908
llvm_components_passed = true;
19091909
}
19101910
if !builder.is_rust_llvm(target) {
1911-
// FIXME: missing Rust patches is not the same as being system llvm; we should rename the flag at some point.
1912-
// Inspecting the tests with `// no-system-llvm` in src/test *looks* like this is doing the right thing, though.
19131911
cmd.arg("--system-llvm");
19141912
}
19151913

0 commit comments

Comments
 (0)