[PATCH] D156749: [modules] Fix error about the same module being defined in different .pcm files when using VFS overlays.
Volodymyr Sapsai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 31 21:37:36 PDT 2023
vsapsai added a comment.
Thanks for the quick review!
In D156749#4549226 <https://reviews.llvm.org/D156749#4549226>, @ChuanqiXu wrote:
> Although there is a FIXME in the definition of `getNameAsRequested()`, it looks not sense to require you to fix that. It might not be an over burden for someone who will be intended to fix this later. So LGTM.
I've discussed with @jansvoboda11 the future of `FileEntryRef::getNameAsRequested` and it is supposed to replace `FileEntryRef::getName` (eventually, not immediately), if I understand correctly. Given that, it is the move in the right direction regardless of FIXMEs. If I've misunderstood something, Jan can chime in and correct me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156749/new/
https://reviews.llvm.org/D156749
More information about the cfe-commits
mailing list