[PATCH] D109701: [clang] Emit SARIF Diagnostics: Create `clang::SarifDocumentWriter` interface

Vaibhav Yenamandra via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 11 09:44:05 PDT 2022


vaibhav.y added a comment.

In D109701#3642748 <https://reviews.llvm.org/D109701#3642748>, @aaron.ballman wrote:

> Unfortunately, it still seems to be causing failures (I had to revert again):
>
> https://lab.llvm.org/buildbot/#/builders/91/builds/11840
>
> It looks to be the same failure as before (https://lab.llvm.org/buildbot/#/builders/91/builds/11328). :-(

Thanks, fortunately this seems to be reproducible. Perhaps there's something special about my environment making it work. I'll try to pare down more (possibly try to build inside a container).

The buildbot properties say its Linux aurora is there an official container / build spec I can use to mimic the environment?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109701



More information about the cfe-commits mailing list