spec-test-script/runtest.py: Use wamrc --xip option for xip (#3683)

This commit is contained in:
YAMAMOTO Takashi
2024-08-02 22:26:18 +09:00
committed by GitHub
parent 08fad88d75
commit 3ce242b5db

View File

@ -1121,8 +1121,7 @@ def compile_wasm_to_aot(wasm_tempfile, aot_tempfile, runner, opts, r, output = '
cmd.append("--disable-simd")
if opts.xip:
cmd.append("--enable-indirect-mode")
cmd.append("--disable-llvm-intrinsics")
cmd.append("--xip")
# avoid l32r relocations for xtensa
if opts.target == "xtensa":