Let backends define custom targets
Add a target_override hook that takes priority over builtin targets.
This commit is contained in:
parent
95386b656e
commit
c946c40d9d
6 changed files with 27 additions and 11 deletions
|
@ -40,6 +40,7 @@ fn mk_session(matches: getopts::Matches) -> (Session, CfgSpecs) {
|
|||
DiagnosticOutput::Default,
|
||||
Default::default(),
|
||||
None,
|
||||
None,
|
||||
);
|
||||
(sess, cfg)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue