We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83f796 commit 71b7322Copy full SHA for 71b7322
src/tools/compiletest/src/runtest.rs
@@ -2470,7 +2470,7 @@ impl<'test> TestCx<'test> {
2470
}
2471
CoverageMap => {
2472
rustc.arg("-Cinstrument-coverage");
2473
- // These tests only compile to MIR, so they don't need the
+ // These tests only compile to LLVM IR, so they don't need the
2474
// profiler runtime to be present.
2475
rustc.arg("-Zno-profiler-runtime");
2476
// Coverage mappings are sensitive to MIR optimizations, and
0 commit comments