[llvm] 181e2e8 - [nfc][memprof] Add missing license to `MemProfTest` (#91695)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 9 20:47:14 PDT 2024
Author: Mircea Trofin
Date: 2024-05-09T20:47:10-07:00
New Revision: 181e2e8fb9efe6e8f3f7fc094516f125659b687c
URL: https://github.com/llvm/llvm-project/commit/181e2e8fb9efe6e8f3f7fc094516f125659b687c
DIFF: https://github.com/llvm/llvm-project/commit/181e2e8fb9efe6e8f3f7fc094516f125659b687c.diff
LOG: [nfc][memprof] Add missing license to `MemProfTest` (#91695)
Added:
Modified:
llvm/unittests/ProfileData/MemProfTest.cpp
Removed:
################################################################################
diff --git a/llvm/unittests/ProfileData/MemProfTest.cpp b/llvm/unittests/ProfileData/MemProfTest.cpp
index 40335d191ba76..8b97866e403fc 100644
--- a/llvm/unittests/ProfileData/MemProfTest.cpp
+++ b/llvm/unittests/ProfileData/MemProfTest.cpp
@@ -1,3 +1,11 @@
+//===- unittests/Support/MemProfTest.cpp ----------------------------------===//
+//
+// 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 "llvm/ProfileData/MemProf.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/MapVector.h"
More information about the llvm-commits
mailing list