mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-14 21:51:27 +00:00
Fix typo in test_wamr.sh (#2421)
Change `ORC_EAGER_JIT_COMPILE_FLAGS` to `ORC_LAZY_JIT_COMPILE_FLAGS`
This commit is contained in:
parent
bdd99137a4
commit
29761c7216
|
@ -824,7 +824,7 @@ function trigger()
|
||||||
collect_coverage llvm-jit
|
collect_coverage llvm-jit
|
||||||
|
|
||||||
echo "work in orc jit lazy compilation mode"
|
echo "work in orc jit lazy compilation mode"
|
||||||
BUILD_FLAGS="$ORC_EAGER_JIT_COMPILE_FLAGS $EXTRA_COMPILE_FLAGS"
|
BUILD_FLAGS="$ORC_LAZY_JIT_COMPILE_FLAGS $EXTRA_COMPILE_FLAGS"
|
||||||
build_iwasm_with_cfg $BUILD_FLAGS
|
build_iwasm_with_cfg $BUILD_FLAGS
|
||||||
for suite in "${TEST_CASE_ARR[@]}"; do
|
for suite in "${TEST_CASE_ARR[@]}"; do
|
||||||
$suite"_test" jit
|
$suite"_test" jit
|
||||||
|
|
Loading…
Reference in New Issue
Block a user