mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Fix comment: coverage-map tests compile to LLVM IR, not MIR
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user