We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca46bb commit 9f9ac34Copy full SHA for 9f9ac34
lld/ELF/SymbolTable.h
@@ -17,6 +17,7 @@ namespace lld {
17
namespace elf {
18
19
class InputFile;
20
+class SharedFile;
21
22
// SymbolTable is a bucket of all known symbols, including defined,
23
// undefined, or lazy symbols (the last one is symbols in archive
lld/ELF/Symbols.h
@@ -14,7 +14,6 @@
14
#define LLD_ELF_SYMBOLS_H
15
16
#include "Config.h"
-#include "InputFiles.h"
#include "lld/Common/LLVM.h"
#include "lld/Common/Memory.h"
#include "llvm/ADT/DenseMap.h"
0 commit comments