forked from OSchip/llvm-project
parent
e694f3e847
commit
4c3aa0f228
|
@ -16,7 +16,6 @@
|
||||||
namespace lld {
|
namespace lld {
|
||||||
namespace elf2 {
|
namespace elf2 {
|
||||||
|
|
||||||
class Defined;
|
|
||||||
template <class ELFT> class ObjectFile;
|
template <class ELFT> class ObjectFile;
|
||||||
|
|
||||||
// A chunk corresponding a section of an input file.
|
// A chunk corresponding a section of an input file.
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
|
|
||||||
namespace lld {
|
namespace lld {
|
||||||
namespace elf2 {
|
namespace elf2 {
|
||||||
class Defined;
|
|
||||||
struct Symbol;
|
struct Symbol;
|
||||||
|
|
||||||
// SymbolTable is a bucket of all known symbols, including defined,
|
// SymbolTable is a bucket of all known symbols, including defined,
|
||||||
|
|
Loading…
Reference in New Issue