From db6ea1d0f4c8d1c9bcb444c8b83c671c94c71b1c Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 1 May 2025 21:54:27 +0900 Subject: [PATCH] Revert "wamr-test-suites: disable xtensa text section literals for now" This reverts commit 6b7ff691fee2b342c5ddf065eac4ceb12456652a. --- tests/wamr-test-suites/spec-test-script/runtest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/wamr-test-suites/spec-test-script/runtest.py b/tests/wamr-test-suites/spec-test-script/runtest.py index ebcbad0d1..158d759ed 100755 --- a/tests/wamr-test-suites/spec-test-script/runtest.py +++ b/tests/wamr-test-suites/spec-test-script/runtest.py @@ -67,8 +67,7 @@ aot_target_options_map = { # AOT compilation options mapping for XIP mode aot_target_options_map_xip = { # avoid l32r relocations for xtensa - # disabled for now: https://github.com/espressif/llvm-project/issues/112 - # "xtensa": ["--mllvm=-mtext-section-literals"], + "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"], }