Fix the gcc build:

InputFiles.h:98:53: error: invalid use of incomplete type ‘class lld::elf2::SymbolBody’
     return SymbolBodies[SymbolIndex - FirstNonLocal]->getReplacement();

llvm-svn: 246262
This commit is contained in:
Rafael Espindola 2015-08-28 02:40:04 +00:00
parent 834f937c93
commit f2f41a9f97
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
#define LLD_ELF_INPUT_FILES_H
#include "Chunks.h"
#include "Symbols.h"
#include "lld/Core/LLVM.h"
#include "llvm/Object/ELF.h"