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:
commit
1e7441f145
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue