diff options
Diffstat (limited to 'lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp')
-rw-r--r-- | lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp b/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp index dc8ba8c929ae..c833103663e4 100644 --- a/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp +++ b/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp @@ -1,9 +1,8 @@ //===- DebugSymbolsSubsection.cpp -------------------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// 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 // //===----------------------------------------------------------------------===// @@ -31,4 +30,4 @@ Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const { void DebugSymbolsSubsection::addSymbol(CVSymbol Symbol) { Records.push_back(Symbol); Length += Symbol.length(); -}
\ No newline at end of file +} |