We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae395a commit 62aa3bbCopy full SHA for 62aa3bb
1 file changed
tests/wamr-test-suites/spec-test-script/runtest.py
@@ -67,8 +67,7 @@
67
# AOT compilation options mapping for XIP mode
68
aot_target_options_map_xip = {
69
# avoid l32r relocations for xtensa
70
- # disabled for now: https://github.com/espressif/llvm-project/issues/112
71
- # "xtensa": ["--mllvm=-mtext-section-literals"],
+ "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