This patch replaces the function body FindFile() with a call to RemapPath(), since the two functions implement the same functionality.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D104406
Express PathMappingList::FindFile() in terms of PathMappingList.h::RemapPath() (NFC) ClosedPublic Authored by aprantl on Jun 16 2021, 11:34 AM.
Details Summary This patch replaces the function body FindFile() with a call to RemapPath(), since the two functions implement the same functionality.
Diff Detail
Event Timelineaprantl created this revision. aprantl added a child revision: D104407: Improve path remapping in cross-debugging scenarios.Jun 16 2021, 11:48 AM This revision is now accepted and ready to land.Jun 28 2021, 10:33 AM This revision was landed with ongoing or failed builds.Jun 29 2021, 3:18 PM Closed by commit rG302b1b971809: Express PathMappingList::FindFile() in terms of PathMappingList::RemapPath() (authored by aprantl). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 355382 lldb/source/Target/PathMappingList.cpp
|