diff options
Diffstat (limited to 'COFF/MapFile.h')
-rw-r--r-- | COFF/MapFile.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/COFF/MapFile.h b/COFF/MapFile.h index 0d0d68ce3ead..2bf01bd07285 100644 --- a/COFF/MapFile.h +++ b/COFF/MapFile.h @@ -1,9 +1,8 @@ //===- MapFile.h ------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// @@ -15,7 +14,7 @@ namespace lld { namespace coff { class OutputSection; -void writeMapFile(llvm::ArrayRef<OutputSection *> OutputSections); +void writeMapFile(llvm::ArrayRef<OutputSection *> outputSections); } } |