mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[DWARF] DwarfGenerator.h LineTable: explicitly mark DG as unused
Just want to unbreak the build. llvm-svn: 331984
This commit is contained in:
parent
f0703b1b4e
commit
acaac07b63
@ -205,7 +205,7 @@ private:
|
||||
void writeProloguePayload(const DWARFDebugLine::Prologue &Prologue,
|
||||
AsmPrinter &Asm) const;
|
||||
|
||||
Generator &DG;
|
||||
LLVM_ATTRIBUTE_UNUSED Generator &DG;
|
||||
llvm::Optional<DWARFDebugLine::Prologue> Prologue;
|
||||
std::vector<ValueAndLength> CustomPrologue;
|
||||
std::vector<ValueAndLength> Contents;
|
||||
|
Loading…
Reference in New Issue
Block a user