1
Fork 0

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
commit 1e7441f145
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1908,8 +1908,6 @@ NOTE: if you're sure you want to do this, please open an issue as to why. In the
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");
}