[PATCH] D101672: Modules: Simplify how DisableGeneratingGlobalModuleIndex is set, likely NFC

Duncan P. N. Exon Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 30 15:35:14 PDT 2021


dexonsmith added a comment.

Just fixed a typo in the description, where the second paragraph should start:

> The extra cases where this is set are all some version of a fatal error,
> and the only client of the field, shouldBuildGlobalModuleIndex, seems
> to be unreachable in that case.

(and now does).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101672



More information about the cfe-commits mailing list