We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851caa7 commit 6a3393cCopy full SHA for 6a3393c
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