[all-commits] [llvm/llvm-project] 40a303: [llvm][lli] fix lli crash when run variable argume...
Fushj via All-commits
all-commits at lists.llvm.org
Mon Apr 27 06:51:47 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40a303d94644891829fd5b399a24c59b788a917e
https://github.com/llvm/llvm-project/commit/40a303d94644891829fd5b399a24c59b788a917e
Author: Fushj <fsjzzu at 126.com>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
A llvm/test/ExecutionEngine/Interpreter/test-interp-variable-arguments.ll
Log Message:
-----------
[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
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list