[all-commits] [llvm/llvm-project] 0f45e4: Ensure `lli --force-interpreter` disables the OrcJ...
Alex Light via All-commits
all-commits at lists.llvm.org
Tue Dec 5 13:19:02 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f45e45847a5f2969b8021c787a566531fc96473
https://github.com/llvm/llvm-project/commit/0f45e45847a5f2969b8021c787a566531fc96473
Author: Alex Light <allight at google.com>
Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths:
M llvm/tools/lli/lli.cpp
Log Message:
-----------
Ensure `lli --force-interpreter` disables the OrcJIT too (#73717)
Unless the OrcJIT was explicitly disabled it would be used by lli even
if the --force-interpreter flag was passed.
More information about the All-commits
mailing list