Skip to content

WIP toward LLVM Code Coverage for Rust #70680

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Prev Previous commit
Next Next commit
Merge branch 'master' into coverage
richkadel authored Apr 2, 2020
commit 9491d08c5b26292e95ae809bbbf4a603cb55b682
2 changes: 2 additions & 0 deletions src/librustc_session/options.rs
Original file line number Diff line number Diff line change
@@ -961,4 +961,6 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
"use new LLVM pass manager"),
instrument_coverage: Option<bool> = (None, parse_opt_bool, [TRACKED],
"inject code coverage counters and export a counter-to-coverage-span map"),
link_native_libraries: Option<bool> = (None, parse_opt_bool, [UNTRACKED],
"Link native libraries in the linker invocation."),
}
You are viewing a condensed version of this merge commit. You can view the full changes here.