Fix comment: coverage-map tests compile to LLVM IR, not MIR

This commit is contained in:
Zalathar 2023-10-22 18:35:14 +11:00
parent f83f7966f5
commit 71b7322440

View File

@ -2470,7 +2470,7 @@ fn make_compile_args(
}
CoverageMap => {
rustc.arg("-Cinstrument-coverage");
// 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
// profiler runtime to be present.
rustc.arg("-Zno-profiler-runtime");
// Coverage mappings are sensitive to MIR optimizations, and