Rollup merge of #116791 - WaffleLapkin:unparallel-backends, r=oli-obk
Allow codegen backends to opt-out of parallel codegen This makes it a bit easier to write cursed codegen backends.
This commit is contained in:
commit
88d387b263
4 changed files with 16 additions and 4 deletions
|
@ -685,7 +685,7 @@ fn test_unstable_options_tracking_hash() {
|
|||
untracked!(nll_facts, true);
|
||||
untracked!(no_analysis, true);
|
||||
untracked!(no_leak_check, true);
|
||||
untracked!(no_parallel_llvm, true);
|
||||
untracked!(no_parallel_backend, true);
|
||||
untracked!(parse_only, true);
|
||||
// `pre_link_arg` is omitted because it just forwards to `pre_link_args`.
|
||||
untracked!(pre_link_args, vec![String::from("abc"), String::from("def")]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue