Skip to content

Commit 7fd923e

Browse files
committed
Revert "wamr-test-suites: disable xtensa text section literals for now"
This reverts commit 6b7ff69.
1 parent cb0ec6c commit 7fd923e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

0 commit comments

Comments
 (0)