forked from OSchip/llvm-project
[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
This commit is contained in:
parent
7037fde427
commit
aff2530cf8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue