summaryrefslogtreecommitdiff
path: root/ELF/MapFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'ELF/MapFile.h')
-rw-r--r--ELF/MapFile.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ELF/MapFile.h b/ELF/MapFile.h
index f50ef00061ff..68d8ba8d4a04 100644
--- a/ELF/MapFile.h
+++ b/ELF/MapFile.h
@@ -14,8 +14,9 @@
namespace lld {
namespace elf {
-struct BaseCommand;
-template <class ELFT> void writeMapFile(llvm::ArrayRef<BaseCommand *> Script);
+struct OutputSectionCommand;
+template <class ELFT>
+void writeMapFile(llvm::ArrayRef<OutputSectionCommand *> Script);
}
}