Remove the debug crate's hard-coded dependency on register ordering

This commit is contained in:
Andrew Brown
2020-03-03 10:06:51 -08:00
parent 3f53bcb740
commit 1d15054310
10 changed files with 133 additions and 82 deletions

View File

@@ -174,8 +174,7 @@ impl Compiler {
}
};
let bytes = emit_debugsections_image(
self.isa.triple().clone(),
target_config,
&*self.isa,
debug_data.as_ref().unwrap(),
&module_vmctx_info,
&address_transform,