summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/ELF/GdbIndex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/GdbIndex.h b/lld/ELF/GdbIndex.h
index 02eb94bebb1..696beeedca3 100644
--- a/lld/ELF/GdbIndex.h
+++ b/lld/ELF/GdbIndex.h
@@ -29,7 +29,7 @@ template <class ELFT> struct AddressEntry {
// GdbIndexBuilder is a helper class used for extracting data required
// for building .gdb_index section from objects.
-template <class ELFT> class GdbIndexBuilder : public LoadedObjectInfo {
+template <class ELFT> class GdbIndexBuilder : public llvm::LoadedObjectInfo {
typedef typename ELFT::uint uintX_t;
InputSection<ELFT> *DebugInfoSec;
OpenPOWER on IntegriCloud