[PATCH] D86912: [DebugInfo] Remove Dwarf5AccelTableWriter::Header::UnitLength. NFC.
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 2 02:24:10 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG71eed4808fbc: [DebugInfo] Remove Dwarf5AccelTableWriter::Header::UnitLength. NFC. (authored by ikudrin).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86912/new/
https://reviews.llvm.org/D86912
Files:
llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
Index: llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
===================================================================
--- llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
+++ llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
@@ -190,7 +190,6 @@
template <typename DataT>
class Dwarf5AccelTableWriter : public AccelTableWriter {
struct Header {
- uint32_t UnitLength = 0;
uint16_t Version = 5;
uint16_t Padding = 0;
uint32_t CompUnitCount;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86912.289373.patch
Type: text/x-patch
Size: 449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200902/06e890b9/attachment.bin>
More information about the llvm-commits
mailing list