This is an archive of the discontinued LLVM Phabricator instance.

[InstrProf] Move BPFunctionNode test to ProfileDataTests
ClosedPublic

Authored by ellis on Jun 6 2023, 6:08 PM.

Details

Summary

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.

Diff Detail

Event Timeline

ellis created this revision.Jun 6 2023, 6:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 6 2023, 6:08 PM
ellis requested review of this revision.Jun 6 2023, 6:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 6 2023, 6:08 PM
thakis accepted this revision.Jun 6 2023, 6:41 PM

Thank you!

This revision is now accepted and ready to land.Jun 6 2023, 6:41 PM
This revision was landed with ongoing or failed builds.Jun 6 2023, 7:13 PM
This revision was automatically updated to reflect the committed changes.