Files
rust/compiler/rustc_codegen_llvm/src
Yuki Okushi b088318985 Rollup merge of #84875 - richkadel:no-coverage-dont-check-unused, r=tmandry
Removes unneeded check of `#[no_coverage]` in mapgen

There is an anticipated feature request to support a compiler flag that
only adds coverage for specific files (or perhaps mods). As I thought
about where that change would need to be supported, I realized that
checking the attribute in mapgen (for unused functions) was unnecessary.
The unused functions are only synthesized if they have MIR coverage, and
functions with the `no_coverage` attribute will not have been
instrumented with MIR coverage statements in the first place.

New tests confirm this.

Also, while adding tests, I updated resolved comments and FIXMEs in
other tests, and expanded comments and tests on one remaining issue that
is still not resolved.

r? `@tmandry`
cc: `@wesleywiser`
2021-05-07 15:20:25 +09:00
..
2021-02-17 11:25:55 +01:00
2021-04-08 08:03:18 -07:00
2021-04-03 00:37:49 +03:00
2021-02-14 09:45:35 +11:00
2021-01-23 17:19:49 -05:00
2021-03-26 09:32:31 -07:00
2021-05-02 17:46:00 -06:00
2020-08-30 18:45:07 +03:00