Details
Details
- Reviewers
fdeazeve aprantl - Group Reviewers
debug-info - Commits
- rG35e621f9ae65: [NFC][AsmPrinter] Expose std::variant-ness of DbgVariable
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D158677
[NFC][AsmPrinter] Expose std::variant-ness of DbgVariable ClosedPublic Authored by scott.linder on Aug 23 2023, 3:41 PM.
Details
Diff Detail
Event Timelinescott.linder added a parent revision: D158676: [NFC][AsmPrinter] Remove dead multi-MMI handling from DwarfFile::addScopeVariable.Aug 23 2023, 3:42 PM scott.linder added a child revision: D158678: [NFC][AsmPrinter] Use std::visit in constructVariableDIEImpl. This revision is now accepted and ready to land.Aug 25 2023, 11:09 AM This revision was landed with ongoing or failed builds.Sep 11 2023, 10:33 AM Closed by commit rG35e621f9ae65: [NFC][AsmPrinter] Expose std::variant-ness of DbgVariable (authored by scott.linder). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 552908 llvm/lib/CodeGen/AsmPrinter/DebugLocStream.h
llvm/lib/CodeGen/AsmPrinter/DebugLocStream.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
|