[PATCH] D134249: [modules] Fix error "malformed or corrupted AST file: 'SourceLocation remap refers to unknown module...'".
Ben Barham via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 20 15:01:34 PDT 2022
bnbarham accepted this revision.
bnbarham added a comment.
LGTM.
> When we try to load such outdated .pcm file, we shouldn't change any already loaded and processed modules.
Or to put another way - we can't remove these modules because they may already have references... anywhere.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134249/new/
https://reviews.llvm.org/D134249
More information about the cfe-commits
mailing list