[all-commits] [llvm/llvm-project] 179453: [InstrProf] Move BPFunctionNode test to ProfileDat...

Ellis Hoag via All-commits all-commits at lists.llvm.org
Tue Jun 6 19:13:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1794532bb942bac9b82b6817e349210b6aafaaa9
      https://github.com/llvm/llvm-project/commit/1794532bb942bac9b82b6817e349210b6aafaaa9
  Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
  Date:   2023-06-06 (Tue, 06 Jun 2023)

  Changed paths:
    A llvm/unittests/ProfileData/BPFunctionNodeTest.cpp
    M llvm/unittests/ProfileData/CMakeLists.txt
    M llvm/unittests/Support/BalancedPartitioningTest.cpp
    M llvm/unittests/Support/CMakeLists.txt

  Log Message:
  -----------
  [InstrProf] Move BPFunctionNode test to ProfileDataTests

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.

Reviewed By: thakis

Differential Revision: https://reviews.llvm.org/D152325




More information about the All-commits mailing list