[PATCH] D151465: [Dexter] Remove builder from Dexter

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 09:26:09 PDT 2023


StephenTozer added a comment.

Looking further at the failing tests on the green dragon bot: I can't see any obvious causes for the errors; also all but one of the errors disappear after the first failed build. I can't see any clear reason for that test alone to fail in the way that it did, but it was updated inconsistently with another test that was otherwise changed identically (using `%clang` instead of `%clang++`), where the other test isn't failed. For now I've pushed up a patch that brings it in line with the remaining test, and if that doesn't fix it then I'll look a little further and revert if necessary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151465



More information about the llvm-commits mailing list