Skip to content

Commit

Permalink
spec-test-script/runtest.py: Use wamrc --xip option for xip (#3683)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt authored Aug 2, 2024
1 parent 08fad88 commit 3ce242b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/wamr-test-suites/spec-test-script/runtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 3ce242b

Please sign in to comment.