[PATCH] D96033: [clang-repl] Land initial infrastructure for incremental parsing

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 13 15:43:35 PDT 2021


phosek added a comment.

In D96033#2944448 <https://reviews.llvm.org/D96033#2944448>, @leonardchan wrote:

> We're still hitting the OOMs when building clang-repl with LTO even with `-DLLVM_PARALLEL_LINK_JOBS=32`. While we don't build this target explicitly in our toolchain, it is built when running tests via `stage2-check-clang`. Is there perhaps a simple cmake flag that allows us to not run clang-repl tests so we don't build it?

To clarify, this is on a machine with 512GB RAM.


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