diff options
Diffstat (limited to 'llvm/tools/llc')
-rw-r--r-- | llvm/tools/llc/LLVMBuild.txt | 7 | ||||
-rw-r--r-- | llvm/tools/llc/llc.cpp | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/llvm/tools/llc/LLVMBuild.txt b/llvm/tools/llc/LLVMBuild.txt index 014dcac1761..53fdeaf8199 100644 --- a/llvm/tools/llc/LLVMBuild.txt +++ b/llvm/tools/llc/LLVMBuild.txt @@ -1,9 +1,8 @@ ;===- ./tools/llc/LLVMBuild.txt --------------------------------*- Conf -*--===; ; -; 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 ; ;===------------------------------------------------------------------------===; ; diff --git a/llvm/tools/llc/llc.cpp b/llvm/tools/llc/llc.cpp index 2329fb3e87c..ae51eef9e9c 100644 --- a/llvm/tools/llc/llc.cpp +++ b/llvm/tools/llc/llc.cpp @@ -1,9 +1,8 @@ //===-- llc.cpp - Implement the LLVM Native Code Generator ----------------===// // -// 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 // //===----------------------------------------------------------------------===// // |