diff options
author | George Rimar <grimar@accesssoftek.com> | 2016-12-15 09:30:07 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2016-12-15 09:30:07 +0000 |
commit | aff2530cf897f18057e0169ed1f63627b87a1195 (patch) | |
tree | 3f7dd7019a4865ad2a8e09c869d517a762b635d1 | |
parent | 7037fde42736440312406fee6b3f96daa4271c96 (diff) | |
download | bcm5719-llvm-aff2530cf897f18057e0169ed1f63627b87a1195.tar.gz bcm5719-llvm-aff2530cf897f18057e0169ed1f63627b87a1195.zip |
[ELF] - Attempt to fix ubuntu bot.
(http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/2982)
llvm-svn: 289792
-rw-r--r-- | lld/ELF/GdbIndex.h | 2 |
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; |