about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-03-13 22:05:05 +0200
committerGitHub <noreply@github.com>2025-03-13 22:05:05 +0200
commit54d26b3756e819b1b54b21d96d532c9edb2c09ab (patch)
tree1643782e81b5906f5d235245a3fc27af7c0b225c /src/bootstrap
parent52daa7d835e7ff51cb387340082bf9a59b949738 (diff)
downloadrust-54d26b3756e819b1b54b21d96d532c9edb2c09ab.tar.gz
rust-54d26b3756e819b1b54b21d96d532c9edb2c09ab.zip
remove comment regarding a removed test directive
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/src/core/build_steps/test.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootstrap/src/core/build_steps/test.rs b/src/bootstrap/src/core/build_steps/test.rs
index e80f8f9a4b7..fb0ffd4c891 100644
--- a/src/bootstrap/src/core/build_steps/test.rs
+++ b/src/bootstrap/src/core/build_steps/test.rs
@@ -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");
             }