summaryrefslogtreecommitdiffstats
path: root/lld/ELF/MapFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/MapFile.h')
-rw-r--r--lld/ELF/MapFile.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lld/ELF/MapFile.h b/lld/ELF/MapFile.h
index f50ef00061f..68d8ba8d4a0 100644
--- a/lld/ELF/MapFile.h
+++ b/lld/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);
}
}
OpenPOWER on IntegriCloud