Merge branch 'master' into feature/singlepass-sign-extension

This commit is contained in:
Mark McCaskey
2019-11-18 11:38:12 -08:00
committed by GitHub
11 changed files with 126 additions and 40 deletions

View File

@ -370,6 +370,10 @@ impl ModuleCodeGenerator<X64FunctionCode, X64ExecutionContext, CodegenError>
}
}
fn new_with_target(_: Option<String>, _: Option<String>, _: Option<String>) -> Self {
unimplemented!("cross compilation is not available for singlepass backend")
}
fn backend_id() -> Backend {
Backend::Singlepass
}