diff options
Diffstat (limited to 'contrib/llvm/tools/lld/ELF/MapFile.h')
| -rw-r--r-- | contrib/llvm/tools/lld/ELF/MapFile.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/llvm/tools/lld/ELF/MapFile.h b/contrib/llvm/tools/lld/ELF/MapFile.h index 460848ff24d3..2d93e26d4cf8 100644 --- a/contrib/llvm/tools/lld/ELF/MapFile.h +++ b/contrib/llvm/tools/lld/ELF/MapFile.h @@ -10,13 +10,9 @@ #ifndef LLD_ELF_MAPFILE_H #define LLD_ELF_MAPFILE_H -#include <llvm/ADT/ArrayRef.h> - namespace lld { namespace elf { -struct OutputSectionCommand; -template <class ELFT> -void writeMapFile(llvm::ArrayRef<OutputSectionCommand *> Script); +void writeMapFile(); } // namespace elf } // namespace lld |
