[PATCH] D100081: LLJITWithRemoteDebugger: fix CMake when utils are not built

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 27 07:12:18 PDT 2021


sgraenitz added a comment.

In D100081#2842889 <https://reviews.llvm.org/D100081#2842889>, @LittleFox94 wrote:

> Got three buildbot failure mails with only me in the blamelist (thats a first), but they don't look like they are related to the change, but rather the build server having killed the compiler?
> just to be sure, any action required by me?

I think the builds were killed by timeout. Previous ones only took a few minutes because they could run incrementally. The CMake change, however, triggered full rebuilds and apparently they took longer than expected. Subsequent builds were fine again (and fast). Maybe you could forward the failure mails to the bot owners with a note that they might want to revisit timeouts for non-incremental runs. Bot owners might be cc'd in the mails already or otherwise see the "owner" field the "Build Properties" tab. Thanks!


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

https://reviews.llvm.org/D100081



More information about the llvm-commits mailing list