[PATCH] D96033: [clang-repl] Land initial infrastructure for incremental parsing
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 18 09:52:21 PDT 2021
phosek added a comment.
We've started seeing `LLVM ERROR: out of memory` on our 2-stage LTO Linux builders after this change landed. It looks like linking `clang-repl` always fails on our bot, but I've also seen OOM when linking `ClangCodeGenTests` and `FrontendTests`. Do you have any idea why this could be happening? We'd appreciate any help since our bots have been broken for several days now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96033/new/
https://reviews.llvm.org/D96033
More information about the cfe-commits
mailing list