Remove the old x86 backend
This commit is contained in:
@@ -48,11 +48,10 @@ impl SubTest for TestRun {
|
||||
);
|
||||
return Ok(());
|
||||
}
|
||||
let variant = context.isa.unwrap().variant();
|
||||
|
||||
let test_env = RuntestEnvironment::parse(&context.details.comments[..])?;
|
||||
|
||||
let mut compiler = SingleFunctionCompiler::with_host_isa(context.flags.clone(), variant);
|
||||
let mut compiler = SingleFunctionCompiler::with_host_isa(context.flags.clone());
|
||||
for comment in context.details.comments.iter() {
|
||||
if let Some(command) = parse_run_command(comment.text, &func.signature)? {
|
||||
trace!("Parsed run command: {}", command);
|
||||
|
||||
Reference in New Issue
Block a user