1
Fork 0

Change the documented implicit value of -C instrument-coverage to =yes

This commit is contained in:
Zalathar 2023-10-25 14:57:25 +11:00
parent b77e0184a9
commit 9f287dd7b3
7 changed files with 44 additions and 26 deletions

View file

@ -590,7 +590,7 @@ fn test_codegen_options_tracking_hash() {
tracked!(force_frame_pointers, Some(false));
tracked!(force_unwind_tables, Some(true));
tracked!(inline_threshold, Some(0xf007ba11));
tracked!(instrument_coverage, InstrumentCoverage::All);
tracked!(instrument_coverage, InstrumentCoverage::Yes);
tracked!(link_dead_code, Some(true));
tracked!(linker_plugin_lto, LinkerPluginLto::LinkerPluginAuto);
tracked!(llvm_args, vec![String::from("1"), String::from("2")]);