CI: Enable XIP spectest for RISCV32 ILP32F (#3727)

This commit is contained in:
Huang Qi
2024-08-19 09:52:38 +08:00
committed by GitHub
parent 4c127715df
commit 67c33a29e3
2 changed files with 2 additions and 5 deletions

View File

@ -65,7 +65,8 @@ aot_target_options_map = {
# AOT compilation options mapping for XIP mode
aot_target_options_map_xip = {
# avoid l32r relocations for xtensa
"xtensa": ["--mllvm=-mtext-section-literals"]
"xtensa": ["--mllvm=-mtext-section-literals"],
"riscv32_ilp32f": ["--enable-builtin-intrinsics=i64.common,f64.common,f32.const,f64.const,f64xi32,f64xi64,f64_promote_f32,f32_demote_f64"],
}
def debug(data):