summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/ExecutableWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/ExecutableWriter.h')
-rw-r--r--lld/lib/ReaderWriter/ELF/ExecutableWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/ELF/ExecutableWriter.h b/lld/lib/ReaderWriter/ELF/ExecutableWriter.h
index 6b3b46af7e4..92a8ea9ff57 100644
--- a/lld/lib/ReaderWriter/ELF/ExecutableWriter.h
+++ b/lld/lib/ReaderWriter/ELF/ExecutableWriter.h
@@ -40,7 +40,7 @@ protected:
return this->_layout.isCopied(sla);
}
- LLD_UNIQUE_BUMP_PTR(InterpSection<ELFT>) _interpSection;
+ unique_bump_ptr<InterpSection<ELFT>> _interpSection;
std::unique_ptr<CRuntimeFile<ELFT> > _runtimeFile;
};
OpenPOWER on IntegriCloud