cranelift codegen: pass source locations with external relocations;
This commit is contained in:
@@ -101,6 +101,7 @@ impl binemit::CodeSink for SizeSink {
|
||||
fn reloc_block(&mut self, _reloc: binemit::Reloc, _block_offset: binemit::CodeOffset) {}
|
||||
fn reloc_external(
|
||||
&mut self,
|
||||
_srcloc: ir::SourceLoc,
|
||||
_reloc: binemit::Reloc,
|
||||
_name: &ir::ExternalName,
|
||||
_addend: binemit::Addend,
|
||||
|
||||
Reference in New Issue
Block a user