mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-16 06:31:14 +00:00
wamr-test-suites: disable xtensa text section literals for now
This commit is contained in:
parent
4d73ab0bbc
commit
0c9dd5a346
|
@ -67,7 +67,8 @@ aot_target_options_map = {
|
||||||
# AOT compilation options mapping for XIP mode
|
# AOT compilation options mapping for XIP mode
|
||||||
aot_target_options_map_xip = {
|
aot_target_options_map_xip = {
|
||||||
# avoid l32r relocations for xtensa
|
# avoid l32r relocations for xtensa
|
||||||
"xtensa": ["--mllvm=-mtext-section-literals"],
|
# disabled for now: https://github.com/espressif/llvm-project/issues/112
|
||||||
|
# "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"],
|
"riscv32_ilp32f": ["--enable-builtin-intrinsics=i64.common,f64.common,f32.const,f64.const,f64xi32,f64xi64,f64_promote_f32,f32_demote_f64"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user