1
Fork 0

remove comment regarding a removed test directive

This commit is contained in:
Tshepang Mbambo 2025-03-13 22:05:05 +02:00 committed by GitHub
parent 52daa7d835
commit 54d26b3756
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; llvm_components_passed = true;
} }
if !builder.is_rust_llvm(target) { 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"); cmd.arg("--system-llvm");
} }