Let backends define custom targets
Add a target_override hook that takes priority over builtin targets.
This commit is contained in:
@@ -40,6 +40,7 @@ fn mk_session(matches: getopts::Matches) -> (Session, CfgSpecs) {
|
||||
DiagnosticOutput::Default,
|
||||
Default::default(),
|
||||
None,
|
||||
None,
|
||||
);
|
||||
(sess, cfg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user