Skip to content

Commit 181e2e8

Browse files
authored
[nfc][memprof] Add missing license to MemProfTest (#91695)
1 parent 720dfd9 commit 181e2e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

llvm/unittests/ProfileData/MemProfTest.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
//===- unittests/Support/MemProfTest.cpp ----------------------------------===//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
8+
19
#include "llvm/ProfileData/MemProf.h"
210
#include "llvm/ADT/DenseMap.h"
311
#include "llvm/ADT/MapVector.h"

0 commit comments

Comments
 (0)