Skip to content

Commit 3ce242b

Browse files
authored
spec-test-script/runtest.py: Use wamrc --xip option for xip (#3683)
1 parent 08fad88 commit 3ce242b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,8 +1121,7 @@ def compile_wasm_to_aot(wasm_tempfile, aot_tempfile, runner, opts, r, output = '
11211121
cmd.append("--disable-simd")
11221122

11231123
if opts.xip:
1124-
cmd.append("--enable-indirect-mode")
1125-
cmd.append("--disable-llvm-intrinsics")
1124+
cmd.append("--xip")
11261125

11271126
# avoid l32r relocations for xtensa
11281127
if opts.target == "xtensa":

0 commit comments

Comments
 (0)