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

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 13 13:44:19 PDT 2021


leonardchan added a comment.

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?


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