diff options
Diffstat (limited to 'lld/COFF/MapFile.h')
-rw-r--r-- | lld/COFF/MapFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/MapFile.h b/lld/COFF/MapFile.h index f702dc6686d..2bf01bd0728 100644 --- a/lld/COFF/MapFile.h +++ b/lld/COFF/MapFile.h @@ -14,7 +14,7 @@ namespace lld { namespace coff { class OutputSection; -void writeMapFile(llvm::ArrayRef<OutputSection *> OutputSections); +void writeMapFile(llvm::ArrayRef<OutputSection *> outputSections); } } |