mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 06:08:29 +00:00
Update Cranelift to 0.82
This commit is contained in:
@@ -292,8 +292,6 @@ pub fn emit_compilation(
|
||||
Reloc::X86GOTPCRel4 => {
|
||||
(RelocationKind::GotRelative, RelocationEncoding::Generic, 32)
|
||||
}
|
||||
// Reloc::X86PCRelRodata4 => {
|
||||
// }
|
||||
Reloc::Arm64Call => (
|
||||
match obj.format() {
|
||||
object::BinaryFormat::Elf => RelocationKind::Elf(elf::R_AARCH64_CALL26),
|
||||
@@ -378,9 +376,6 @@ pub fn emit_compilation(
|
||||
)
|
||||
.map_err(ObjectError::Write)?;
|
||||
}
|
||||
RelocationTarget::JumpTable(_func_index, _jt) => {
|
||||
// do nothing
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user