aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData/InstrProfTest.cpp
diff options
context:
space:
mode:
authorSnehasish Kumar <snehasishk@google.com>2025-05-19 16:21:51 -0700
committerGitHub <noreply@github.com>2025-05-19 16:21:51 -0700
commit0528848def299b9af334268a8f658df5105f6b64 (patch)
tree8be184302e74240804eb46a6c3febc0d239fba29 /llvm/unittests/ProfileData/InstrProfTest.cpp
parentad3c1d2091d7f793101d7acbb06f3449ab01a310 (diff)
downloadllvm-0528848def299b9af334268a8f658df5105f6b64.zip
llvm-0528848def299b9af334268a8f658df5105f6b64.tar.gz
llvm-0528848def299b9af334268a8f658df5105f6b64.tar.bz2
[NFC][MemProf] Move IndexedMemProfData to its own header. (#140503)
Part of a larger refactoring with the following goals 1. Reduce the size of MemProf.h 2. Avoid including ModuleSummaryIndex just for a couple of types
Diffstat (limited to 'llvm/unittests/ProfileData/InstrProfTest.cpp')
-rw-r--r--llvm/unittests/ProfileData/InstrProfTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/ProfileData/InstrProfTest.cpp b/llvm/unittests/ProfileData/InstrProfTest.cpp
index 439c602..dcdacb9 100644
--- a/llvm/unittests/ProfileData/InstrProfTest.cpp
+++ b/llvm/unittests/ProfileData/InstrProfTest.cpp
@@ -12,6 +12,7 @@
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
+#include "llvm/ProfileData/IndexedMemProfData.h"
#include "llvm/ProfileData/InstrProfReader.h"
#include "llvm/ProfileData/InstrProfWriter.h"
#include "llvm/ProfileData/MemProf.h"