[PATCH] D157119: cmake: add missing dependencies on ClangDriverOptions tablegen

Vitaly Buka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 7 21:24:02 PDT 2023


vitalybuka added a comment.

In D157119#4565993 <https://reviews.llvm.org/D157119#4565993>, @jroelofs wrote:

> In D157119#4564546 <https://reviews.llvm.org/D157119#4564546>, @vitalybuka wrote:
>
>> I suspect one of your recent changes broke https://lab.llvm.org/buildbot/#/builders/168/builds/14944
>> Can you please take a look?
>
> Happy to take a look, but there are 28 commits in the blame list for that build... what makes you suspect it's the one change that only *adds* build dependencies?  ISTM the `clangd` binary should be bit-identical before/after this change, right?

Just 3 mention clangd

> I can't reproduce the failure locally.

Have you tried instruction in the error report:

  How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild



> Do we have a way to re-trigger that job for specific commits & bisect the blame list?

Another easy ways are:

1. trigger from buildbot, but I don't know you need special permision for that
2. revert, see if it helps, and reland if it's not.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157119



More information about the cfe-commits mailing list