[PATCH] D147812: [InstrProf] Use BalancedPartitioning to order temporal profiling trace data

Ellis Hoag via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 10:43:20 PDT 2023


ellis added a comment.

In D147812#4403228 <https://reviews.llvm.org/D147812#4403228>, @luporl wrote:

> The show-order.proftext test never finishes on armhf, causing a timeout in `ninja check-all` and a failure in this build bot: https://lab.llvm.org/buildbot/#/builders/178

Looking now. I suspect this is related to the fact that threads are disabled (`-DLLVM_ENABLE_THREADS=OFF`). I don't see any mention of the `show-order.proftext` test in the job. Have you reproduced locally?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147812/new/

https://reviews.llvm.org/D147812



More information about the llvm-commits mailing list