aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData/MemProfTest.cpp
diff options
context:
space:
mode:
authorMircea Trofin <mtrofin@google.com>2024-05-09 20:47:10 -0700
committerGitHub <noreply@github.com>2024-05-09 20:47:10 -0700
commit181e2e8fb9efe6e8f3f7fc094516f125659b687c (patch)
tree4c7429fe8c85437abaf41b76cc586967131357eb /llvm/unittests/ProfileData/MemProfTest.cpp
parent720dfd94dfe83d8ce57ad3fe317563d7e1a9c602 (diff)
downloadllvm-181e2e8fb9efe6e8f3f7fc094516f125659b687c.zip
llvm-181e2e8fb9efe6e8f3f7fc094516f125659b687c.tar.gz
llvm-181e2e8fb9efe6e8f3f7fc094516f125659b687c.tar.bz2
[nfc][memprof] Add missing license to `MemProfTest` (#91695)
Diffstat (limited to 'llvm/unittests/ProfileData/MemProfTest.cpp')
-rw-r--r--llvm/unittests/ProfileData/MemProfTest.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/unittests/ProfileData/MemProfTest.cpp b/llvm/unittests/ProfileData/MemProfTest.cpp
index 40335d1..8b97866 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"