[Mlir-commits] [mlir] a978757 - [mlir][llvm] Add missing license header (NFC)
Christian Ulmann
llvmlistbot at llvm.org
Mon Feb 6 03:17:33 PST 2023
Author: Christian Ulmann
Date: 2023-02-06T12:14:13+01:00
New Revision: a9787577ee572965ee31ef2b7699ce66ea949a51
URL: https://github.com/llvm/llvm-project/commit/a9787577ee572965ee31ef2b7699ce66ea949a51
DIFF: https://github.com/llvm/llvm-project/commit/a9787577ee572965ee31ef2b7699ce66ea949a51.diff
LOG: [mlir][llvm] Add missing license header (NFC)
This commit adds a missing license header that was forgotten in
https://reviews.llvm.org/D143064.
Added:
Modified:
mlir/lib/Target/LLVMIR/LoopAnnotationTranslation.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Target/LLVMIR/LoopAnnotationTranslation.cpp b/mlir/lib/Target/LLVMIR/LoopAnnotationTranslation.cpp
index 273dc1378984..b8b6e3c8ffdd 100644
--- a/mlir/lib/Target/LLVMIR/LoopAnnotationTranslation.cpp
+++ b/mlir/lib/Target/LLVMIR/LoopAnnotationTranslation.cpp
@@ -1,3 +1,11 @@
+//===- LoopAnnotationTranslation.cpp - Loop annotation export -------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
#include "LoopAnnotationTranslation.h"
using namespace mlir;
More information about the Mlir-commits
mailing list