Trace log access to cache system

This commit is contained in:
Artur Jamro
2019-08-22 13:07:41 -07:00
committed by Dan Gohman
parent f65d8f2372
commit ade5c0dd2f
2 changed files with 11 additions and 1 deletions

View File

@@ -353,6 +353,14 @@ impl binemit::RelocSink for RelocSink {
) {
panic!("trampoline compilation should not produce external symbol relocs");
}
fn reloc_constant(
&mut self,
_code_offset: binemit::CodeOffset,
_reloc: binemit::Reloc,
_constant_offset: ir::ConstantOffset,
) {
panic!("trampoline compilation should not produce constant relocs");
}
fn reloc_jt(
&mut self,
_offset: binemit::CodeOffset,