Rollup merge of #138469 - tshepang:patch-6, r=onur-ozkan

remove comment regarding a removed test directive

Removed in https://github.com/rust-lang/rust/pull/120265
This commit is contained in:
León Orell Valerian Liehr
2025-03-14 17:26:32 +01:00
committed by GitHub
@@ -1908,8 +1908,6 @@ fn run(self, builder: &Builder<'_>) {
llvm_components_passed = true;
}
if !builder.is_rust_llvm(target) {
// FIXME: missing Rust patches is not the same as being system llvm; we should rename the flag at some point.
// Inspecting the tests with `// no-system-llvm` in src/test *looks* like this is doing the right thing, though.
cmd.arg("--system-llvm");
}