diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-05-07 15:20:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-07 15:20:24 +0900 |
| commit | 283ef8678461f8052d6ab74d0687c00b4f5c9f9d (patch) | |
| tree | 77e3224e854016c6b5422e7f0d9ffb1131d7a408 /compiler/rustc_codegen_llvm/src | |
| parent | 246e8d17ffacb8efc6d89ad73f3401f8b5e9030b (diff) | |
| parent | 8075b28df163fac1a0ceb9130292510c90eb447e (diff) | |
| download | rust-283ef8678461f8052d6ab74d0687c00b4f5c9f9d.tar.gz rust-283ef8678461f8052d6ab74d0687c00b4f5c9f9d.zip | |
Rollup merge of #84815 - richkadel:coverage-docs-update-2021-05, r=tmandry
Update coverage docs and command line help r? `@tmandry` cc: `@wesleywiser`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs b/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs index 1faaa7e86f6..d19fda50bf6 100644 --- a/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs +++ b/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs @@ -249,7 +249,7 @@ fn save_function_record( /// /// We can find the unused functions (including generic functions) by the set difference of all MIR /// `DefId`s (`tcx` query `mir_keys`) minus the codegenned `DefId`s (`tcx` query -/// `collect_and_partition_mono_items`). +/// `codegened_and_inlined_items`). /// /// *HOWEVER* the codegenned `DefId`s are partitioned across multiple `CodegenUnit`s (CGUs), and /// this function is processing a `function_coverage_map` for the functions (`Instance`/`DefId`) |
