This patch removes use of the deprecated DirectoryEntry::getName() from clangCodeGen by using {File,Directory}EntryRef instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D123768
[clang][CodeGen] NFCI: Use FileEntryRef ClosedPublic Authored by jansvoboda11 on Apr 14 2022, 1:52 AM.
Details
Summary This patch removes use of the deprecated DirectoryEntry::getName() from clangCodeGen by using {File,Directory}EntryRef instead.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 14 2022, 9:39 AM This revision was landed with ongoing or failed builds.Apr 15 2022, 6:16 AM Closed by commit rG9d98f58959b1: [clang][CodeGen] NFCI: Use FileEntryRef (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 423074 clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/CodeGen/CGObjCGNU.cpp
|