Skip to content

Commit 0c9dd5a

Browse files
committed
wamr-test-suites: disable xtensa text section literals for now
1 parent 4d73ab0 commit 0c9dd5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/wamr-test-suites/spec-test-script/runtest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
# AOT compilation options mapping for XIP mode
6868
aot_target_options_map_xip = {
6969
# avoid l32r relocations for xtensa
70-
"xtensa": ["--mllvm=-mtext-section-literals"],
70+
# disabled for now: https://github.com/espressif/llvm-project/issues/112
71+
# "xtensa": ["--mllvm=-mtext-section-literals"],
7172
"riscv32_ilp32f": ["--enable-builtin-intrinsics=i64.common,f64.common,f32.const,f64.const,f64xi32,f64xi64,f64_promote_f32,f32_demote_f64"],
7273
}
7374

0 commit comments

Comments
 (0)