[clang] [clang-repl] Fix inconsistent flushing between in-process and out-of-process (PR #166368)
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 10 00:48:58 PST 2025
================
@@ -352,6 +352,20 @@ int main(int argc, const char **argv) {
Interp = ExitOnErr(clang::Interpreter::create(std::move(CI), Config));
}
+ if (Config.IsOutOfProcess) {
----------------
vgvassilev wrote:
I think both setups have a flush problem.
https://github.com/llvm/llvm-project/pull/166368
More information about the cfe-commits
mailing list