[clang] [clang-repl] Expose CreateExecutor() and ResetExecutor() in extended Interpreter interface (PR #84460)
Stefan Gränitz via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 8 06:21:28 PST 2024
weliveindetail wrote:
> Do you mind incorporating this patch so that we avoid churn?
Sure. Essentially, this drops lazy creation of the executor and makes it dependent on the frontend action explicitly. Fine for me. We can still expose explicit setup/tear-down.
https://github.com/llvm/llvm-project/pull/84460
More information about the cfe-commits
mailing list