summaryrefslogtreecommitdiff
path: root/ELF/MapFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'ELF/MapFile.h')
-rw-r--r--ELF/MapFile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ELF/MapFile.h b/ELF/MapFile.h
index 24d636890e53..f50ef00061ff 100644
--- a/ELF/MapFile.h
+++ b/ELF/MapFile.h
@@ -10,12 +10,12 @@
#ifndef LLD_ELF_MAPFILE_H
#define LLD_ELF_MAPFILE_H
-#include "OutputSections.h"
+#include <llvm/ADT/ArrayRef.h>
namespace lld {
namespace elf {
-template <class ELFT>
-void writeMapFile(llvm::ArrayRef<OutputSection *> OutputSections);
+struct BaseCommand;
+template <class ELFT> void writeMapFile(llvm::ArrayRef<BaseCommand *> Script);
}
}