[PATCH] D136283: [clang-tools-extra] [clangd] Split huge generated CompletionModel.cpp into smaller files

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 7 04:57:40 PST 2022


sammccall added a comment.

I don't think we should add significant build-system complexity here in order to support the completion model on ppc32.
Do people actually use clangd on ppc32 machines? (The linked bug calls this a clang build failure, but this code is not part of clang).

If we need to support building on this toolchain, then we should probably just disable the decision forest model entirely and use the heuristic completion scorer instead.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136283/new/

https://reviews.llvm.org/D136283



More information about the cfe-commits mailing list