Merge remote-tracking branch 'jlb6740-lightbeam/update_cranelift_cg_ver_44'
This commit is contained in:
@@ -19,7 +19,7 @@ itertools = "0.8"
|
||||
capstone = "0.5.0"
|
||||
failure = "0.1.3"
|
||||
failure_derive = "0.1.3"
|
||||
cranelift-codegen = "0.33"
|
||||
cranelift-codegen = "0.44"
|
||||
multi_mut = "0.1"
|
||||
either = "1.5"
|
||||
wabt = "0.7"
|
||||
|
||||
@@ -94,6 +94,10 @@ impl binemit::RelocSink for UnimplementedRelocSink {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn reloc_constant(&mut self, _: binemit::CodeOffset, _: binemit::Reloc, _: ir::ConstantOffset) {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn reloc_jt(&mut self, _: binemit::CodeOffset, _: binemit::Reloc, _: ir::JumpTable) {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user