[lld] r289792 - [ELF] - Attempt to fix ubuntu bot.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 01:30:07 PST 2016


Author: grimar
Date: Thu Dec 15 03:30:07 2016
New Revision: 289792

URL: http://llvm.org/viewvc/llvm-project?rev=289792&view=rev
Log:
[ELF] - Attempt to fix ubuntu bot.

(http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/2982)

Modified:
    lld/trunk/ELF/GdbIndex.h

Modified: lld/trunk/ELF/GdbIndex.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/GdbIndex.h?rev=289792&r1=289791&r2=289792&view=diff
==============================================================================
--- lld/trunk/ELF/GdbIndex.h (original)
+++ lld/trunk/ELF/GdbIndex.h Thu Dec 15 03:30:07 2016
@@ -29,7 +29,7 @@ template <class ELFT> struct AddressEntr
 
 // 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;




More information about the llvm-commits mailing list