Loading
[llvm][lli] fix lli crash when run variable arguments function as a interpret (#173719)
Run `lli` comand with the flag `-force-interpreter=true` to execute LLVM bitcode, if `lli` run `variable arguments` function in the bitcode, it will crash. Fix #173718