diff options
-rw-r--r-- | llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp b/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp index 7fcb62021b5..472d4dd6ad1 100644 --- a/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp +++ b/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp @@ -376,9 +376,9 @@ void dwarfgen::LineTable::writeProloguePayload( //===----------------------------------------------------------------------===// dwarfgen::Generator::Generator() - : MAB(nullptr), MCE(nullptr), MS(nullptr), StringPool(nullptr), - TLOF(nullptr), Abbreviations(Allocator), StringOffsetsStartSym(nullptr), - Version(0) {} + : MAB(nullptr), MCE(nullptr), MS(nullptr), TLOF(nullptr), + StringPool(nullptr), Abbreviations(Allocator), + StringOffsetsStartSym(nullptr), Version(0) {} dwarfgen::Generator::~Generator() = default; llvm::Expected<std::unique_ptr<dwarfgen::Generator>> |