This is an archive of the discontinued LLVM Phabricator instance.

Modules: Rename ModuleBuildFailed => DisableGeneratingGlobalModuleIndex, NFC
ClosedPublic

Authored by dexonsmith on Apr 30 2021, 3:13 PM.

Details

Summary

Rename CompilerInstance's ModuleBuildFailed field to
DisableGeneratingGlobalModuleIndex, which more precisely describes its
role. Otherwise, it's hard to suss out how it's different from
ModuleLoader::HadFatalFailure, and what sort of code simplifications are
safe.

Diff Detail