[Lldb-commits] [PATCH] D54056: Add SetAllowJIT (the SBExpressionOptions equivalent of "expression --allow-jit")
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 2 16:33:03 PDT 2018
jasonmolenda added a comment.
To me --jit sounds like an imperative (i.e. don't use the IR interpreter, jit and execute this expression), whereas --allow-jit seems closer to the behavior here.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D54056
More information about the lldb-commits
mailing list