[PATCH] D152325: [InstrProf] Move BPFunctionNode test to ProfileDataTests
Ellis Hoag via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 18:08:02 PDT 2023
ellis created this revision.
Herald added a project: All.
ellis requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
In https://reviews.llvm.org/D147812 I created
`BalancedPartitioningTest.cpp` and inadvertently drastically increased the
number of files needed to compile `SupportTests`. Instead lets move the
`BPFunctionNode` test to `unittests/ProfileData` so we can remove the
extra dependency.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D152325
Files:
llvm/unittests/ProfileData/BPFunctionNodeTest.cpp
llvm/unittests/ProfileData/CMakeLists.txt
llvm/unittests/Support/BalancedPartitioningTest.cpp
llvm/unittests/Support/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152325.529113.patch
Type: text/x-patch
Size: 3940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230607/194a6a57/attachment.bin>
More information about the llvm-commits
mailing list