[llvm] 82bad53 - [StaticDataLayout][PGO] Remove inclusion of private gmock header
Benjamin Kramer via llvm-commits
llvm-commits at lists.llvm.org
Fri May 16 08:57:22 PDT 2025
Author: Benjamin Kramer
Date: 2025-05-16T17:56:56+02:00
New Revision: 82bad53bda39bd7a7bbdab81e72887dea8479a47
URL: https://github.com/llvm/llvm-project/commit/82bad53bda39bd7a7bbdab81e72887dea8479a47
DIFF: https://github.com/llvm/llvm-project/commit/82bad53bda39bd7a7bbdab81e72887dea8479a47.diff
LOG: [StaticDataLayout][PGO] Remove inclusion of private gmock header
This one is supposed to be included via gmock.h
Added:
Modified:
llvm/unittests/ProfileData/DataAccessProfTest.cpp
Removed:
################################################################################
diff --git a/llvm/unittests/ProfileData/DataAccessProfTest.cpp b/llvm/unittests/ProfileData/DataAccessProfTest.cpp
index 084a8e96cdafe..8866c16fe292a 100644
--- a/llvm/unittests/ProfileData/DataAccessProfTest.cpp
+++ b/llvm/unittests/ProfileData/DataAccessProfTest.cpp
@@ -10,7 +10,6 @@
#include "llvm/ProfileData/DataAccessProf.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Testing/Support/SupportHelpers.h"
-#include "gmock/gmock-more-matchers.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
More information about the llvm-commits
mailing list