We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d73ab0 commit 0c9dd5aCopy full SHA for 0c9dd5a
1 file changed
tests/wamr-test-suites/spec-test-script/runtest.py
@@ -67,7 +67,8 @@
67
# AOT compilation options mapping for XIP mode
68
aot_target_options_map_xip = {
69
# avoid l32r relocations for xtensa
70
- "xtensa": ["--mllvm=-mtext-section-literals"],
+ # disabled for now: https://github.com/espressif/llvm-project/issues/112
71
+ # "xtensa": ["--mllvm=-mtext-section-literals"],
72
"riscv32_ilp32f": ["--enable-builtin-intrinsics=i64.common,f64.common,f32.const,f64.const,f64xi32,f64xi64,f64_promote_f32,f32_demote_f64"],
73
}
74
0 commit comments