Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks! (fine to commit things like this without precommit review & just link to the commit in response to the previous post-review feedback)
Paths
| Differential D75568
[MCDwarf] Change emitListsTableHeaderStart to use a reference and fold Start/End symbols generation into it ClosedPublic Authored by MaskRay on Mar 3 2020, 1:59 PM.
Details Summary
Diff Detail
Event TimelineComment Actions Thanks! (fine to commit things like this without precommit review & just link to the commit in response to the previous post-review feedback) This revision is now accepted and ready to land.Mar 3 2020, 2:28 PM MaskRay retitled this revision from [MCDwarf] Change the MCStreamer * parameter of emitListsTableHeaderStart to a reference. NFC to [MCDwarf] Change emitListsTableHeaderStart to use a reference and fold Start/End symbols generation into it. Comment ActionsFold TableStart/TableEnd into emitListsTableHeaderStart() Closed by commit rG90acc505edf4: [MCDwarf] Change emitListsTableHeaderStart to use a reference and fold… (authored by MaskRay). · Explain WhyMar 3 2020, 4:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 248071 llvm/include/llvm/MC/MCDwarf.h
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/lib/MC/MCDwarf.cpp
|