[PATCH] D69962: [CFG] Fix a flaky crash in CFGBlock::getLastCondition().

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 12 07:22:45 PST 2019


Szelethus accepted this revision.
Szelethus added a comment.
This revision is now accepted and ready to land.

In D69962#1741503 <https://reviews.llvm.org/D69962#1741503>, @NoQ wrote:

> In D69962#1739440 <https://reviews.llvm.org/D69962#1739440>, @NoQ wrote:
>
> > In D69962#1738618 <https://reviews.llvm.org/D69962#1738618>, @Szelethus wrote:
> >
> > > Nice catch! Though, wouldn't the memory sanitizer buildbots break on this reliably?
> >
> >
> > I kinda hope so; i'll take a look at home.
>
>
> Memory sanitizer at home: //*fails with 1700 uninitialized reads in TableGen*//.


Try to add a non-sanitizer built tablegen: `-DCLANG_TABLEGEN=/path/to/non/sanitized/clang-tblgen` `-DLLVM_TABLEGEN=/path/to/non/sanitized/llvm-tblgen`

> I guess i could commit test first, then get buildbots to fail, then if they do commit the code, otherwise commit the code and multiply the run-lines.


Repository:
  rC Clang

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

https://reviews.llvm.org/D69962





More information about the cfe-commits mailing list