cranelift-jit: Implement RISC-V Call relocation (#5835)

This commit is contained in:
Afonso Bordado
2023-02-28 11:14:50 +00:00
committed by GitHub
parent ef8a1340df
commit ae881407cd
4 changed files with 86 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ target aarch64
target aarch64 sign_return_address
target aarch64 has_pauth sign_return_address
target s390x
target riscv64
function %callee_i64(i64) -> i64 {

View File

@@ -2,6 +2,7 @@ test run
target x86_64
; AArch64 Does not have these libcalls
target s390x
target riscv64
function %libcall_ceilf32(f32) -> f32 {