[clang] [clang-repl] Expose CreateExecutor() and ResetExecutor() in extended Interpreter interface (PR #84460)
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 11 07:19:05 PDT 2024
Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>,
Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/84460 at github.com>
vgvassilev 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.
>
> @vgvassilev I moved it into the separate review #84758, because it has unexpected side-effects.
Sorry about that...
https://github.com/llvm/llvm-project/pull/84460
More information about the cfe-commits
mailing list