[DWARF] DwarfGenerator.h LineTable: explicitly mark DG as unused

Just want to unbreak the build.

llvm-svn: 331984
This commit is contained in:
Roman Lebedev 2018-05-10 14:16:45 +00:00
parent e1b0e29e1e
commit 85343925d7
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ private:
void writeProloguePayload(const DWARFDebugLine::Prologue &Prologue, void writeProloguePayload(const DWARFDebugLine::Prologue &Prologue,
AsmPrinter &Asm) const; AsmPrinter &Asm) const;
Generator &DG; LLVM_ATTRIBUTE_UNUSED Generator &DG;
llvm::Optional<DWARFDebugLine::Prologue> Prologue; llvm::Optional<DWARFDebugLine::Prologue> Prologue;
std::vector<ValueAndLength> CustomPrologue; std::vector<ValueAndLength> CustomPrologue;
std::vector<ValueAndLength> Contents; std::vector<ValueAndLength> Contents;