diff lld/COFF/MapFile.h @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 1d019706d866
children
line wrap: on
line diff
--- a/lld/COFF/MapFile.h	Wed Jul 21 10:27:27 2021 +0900
+++ b/lld/COFF/MapFile.h	Wed Nov 09 17:45:10 2022 +0900
@@ -9,13 +9,9 @@
 #ifndef LLD_COFF_MAPFILE_H
 #define LLD_COFF_MAPFILE_H
 
-#include "llvm/ADT/ArrayRef.h"
-
-namespace lld {
-namespace coff {
-class OutputSection;
-void writeMapFile(llvm::ArrayRef<OutputSection *> outputSections);
-}
+namespace lld::coff {
+class COFFLinkerContext;
+void writeMapFile(COFFLinkerContext &ctx);
 }
 
 #endif