This will help simplify code in upcoming patches and make some expressions constexpr.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/include/llvm/BinaryFormat/Dwarf.h | ||
---|---|---|
543 | Cool. I hadn't realized that llvm_unreachable is constexpr. |
Paths
| Differential D73039
[DWARF] Make dwarf::getDwarfOffsetByteSize() a free function. NFC. ClosedPublic Authored by ikudrin on Jan 20 2020, 5:41 AM.
Details Summary This will help simplify code in upcoming patches and make some expressions constexpr.
Diff Detail Event Timelineikudrin added a child revision: D72900: [DebugInfo] Support 64-bit DWARF for .debug_names..Jan 20 2020, 6:00 AM ikudrin added a child revision: D71876: [DWARF] Support DWARF64 in DWARFDebugArangeSet..Jan 20 2020, 6:12 AM This revision is now accepted and ready to land.Jan 21 2020, 10:27 AM Closed by commit rGa0f367f792ac: [DWARF] Make dwarf::getDwarfOffsetByteSize() a free function. NFC. (authored by ikudrin). · Explain WhyJan 22 2020, 9:44 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 239091 llvm/include/llvm/BinaryFormat/Dwarf.h
|
Cool. I hadn't realized that llvm_unreachable is constexpr.