[PATCH] D107838: [CSSPGO] Do not use getCanonicalFnName in pseudo probe descriptor decoding

Stella Stamenova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 11 09:34:25 PDT 2021


stella.stamenova added a comment.

This change introduced a race condition in the build and we saw it fail in our private buildbots on both Ubuntu and Windows because of a dependency on `Attributes.inc` (the target `intrinsics_gen`) which had previously been covered by the `ProfileData` library. I haven't confirmed whether https://reviews.llvm.org/rG68d6c3e4486c6743dfa419ec0d919d8e97fdad05 removed that dependency by removing the header from `ProfileData`, though it likely does, so I wanted to leave a note here for anyone else who runs into this - or if it recurs.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107838



More information about the llvm-commits mailing list