Fix comment: coverage-map tests compile to LLVM IR, not MIR
This commit is contained in:
parent
f83f7966f5
commit
71b7322440
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user