cranelift-jit: Implement RISC-V Call relocation (#5835)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -2,6 +2,7 @@ test run
|
||||
target x86_64
|
||||
; AArch64 Does not have these libcalls
|
||||
target s390x
|
||||
target riscv64
|
||||
|
||||
|
||||
function %libcall_ceilf32(f32) -> f32 {
|
||||
|
||||
Reference in New Issue
Block a user