diff options
Diffstat (limited to 'lld/ELF/InputFiles.h')
-rw-r--r-- | lld/ELF/InputFiles.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lld/ELF/InputFiles.h b/lld/ELF/InputFiles.h index cde6bc617764..a310ba551bd4 100644 --- a/lld/ELF/InputFiles.h +++ b/lld/ELF/InputFiles.h @@ -10,7 +10,6 @@ #define LLD_ELF_INPUT_FILES_H #include "Config.h" -#include "lld/Common/DWARF.h" #include "lld/Common/ErrorHandler.h" #include "lld/Common/LLVM.h" #include "lld/Common/Reproduce.h" @@ -25,6 +24,7 @@ #include <map> namespace llvm { +struct DILineInfo; class TarWriter; namespace lto { class InputFile; @@ -32,6 +32,7 @@ class InputFile; } // namespace llvm namespace lld { +class DWARFCache; // Returns "<internal>", "foo.a(bar.o)" or "baz.o". std::string toString(const elf::InputFile *f); |