diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-08-03 12:43:55 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-08-03 12:56:35 -0400 |
| commit | ffab950e0cce8b1be2755e070d0684d817138f15 (patch) | |
| tree | 67b9e76445bdb6294d2a3c8c848635098737a47e /deps/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp | |
| parent | 63ebd9d12e48765514777418e12f55576ff63509 (diff) | |
| download | zig-ffab950e0cce8b1be2755e070d0684d817138f15.tar.gz zig-ffab950e0cce8b1be2755e070d0684d817138f15.zip | |
update embedded LLD to 9.0.0rc1
Diffstat (limited to 'deps/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp')
| -rw-r--r-- | deps/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/deps/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp b/deps/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp index 7c2e833c09..38b365374f 100644 --- a/deps/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp +++ b/deps/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp ---------===// // -// 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 // //===----------------------------------------------------------------------===// |
