This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Clear cachedReads cache
ClosedPublic

Authored by keith on Nov 4 2021, 9:43 AM.

Diff Detail

Event Timeline

keith created this revision.Nov 4 2021, 9:43 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
keith requested review of this revision.Nov 4 2021, 9:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2021, 9:43 AM
keith retitled this revision from [lld-macho] Clear resolvedReads cache https://reviews.llvm.org/D113153#3108083 to [lld-macho] Clear resolvedReads cache.Nov 4 2021, 9:48 AM
keith edited the summary of this revision. (Show Details)
keith added reviewers: smeenai, int3.
int3 accepted this revision.Nov 4 2021, 10:57 AM

Thanks!

lld/MachO/InputFiles.cpp
181

unrelated nit: I'm thinking that resolvedReads is a bit of an odd name since we don't usually talk about reads being resolved, only paths... how about cachedReads?

This revision is now accepted and ready to land.Nov 4 2021, 10:57 AM
keith updated this revision to Diff 384839.Nov 4 2021, 12:06 PM

Update name

keith marked an inline comment as done.Nov 4 2021, 12:06 PM
keith added inline comments.
lld/MachO/InputFiles.cpp
181

yea good point, I updated here since I'm expanding the instances of it anyways

keith retitled this revision from [lld-macho] Clear resolvedReads cache to [lld-macho] Clear cachedReads cache.Nov 4 2021, 12:18 PM
This revision was automatically updated to reflect the committed changes.
keith marked an inline comment as done.