rust/compiler/rustc_session/src
Yuki Okushi 3acd75dd25
Rollup merge of #80521 - richkadel:llvm-coverage-counters-2.4.0, r=wesleywiser
MIR Inline is incompatible with coverage

Fixes: #80060

Fixed by disabling inlining if `-Zinstrument-coverage` is set.

The PR also adds additional use cases to the coverage test for doctests.

r? `@wesleywiser`
cc: `@tmandry`
2021-01-08 02:06:03 +09:00
..
cgu_reuse_tracker.rs
code_stats.rs
config.rs Rollup merge of #80521 - richkadel:llvm-coverage-counters-2.4.0, r=wesleywiser 2021-01-08 02:06:03 +09:00
filesearch.rs where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) 2020-12-30 13:11:52 +01:00
lib.rs Dogfood 'str_split_once() with compiler/ 2020-12-07 12:48:44 -07:00
options.rs session: add split-dwarf flag 2020-12-16 10:33:38 +00:00
output.rs
parse.rs Revert "Promote missing_fragment_specifier to hard error" 2020-12-22 09:33:16 -05:00
search_paths.rs
session.rs Auto merge of #79883 - frewsxcv:frewsxcv-san, r=shepmaster 2021-01-02 06:58:59 +00:00
utils.rs