Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into coverage
  • Loading branch information
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
Expand Up @@ -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.