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

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 14 00:33:01 PST 2019


Szelethus added a comment.

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

> In D69962#1742291 <https://reviews.llvm.org/D69962#1742291>, @Szelethus wrote:
>
> > Try to add a non-sanitizer built tablegen: `-DCLANG_TABLEGEN=/path/to/non/sanitized/clang-tblgen` `-DLLVM_TABLEGEN=/path/to/non/sanitized/llvm-tblgen`
>
>
> Yay nice! The clang that i built this way is still unusable though, i.e. crashes on almost all tests :( I guess i'm doing something wrong.
>
> I'd like to commit the test as is and then keep looking for the solution in the background.


Could you just give one last shot to commiting the known-to-be-incorrect test to see how the buildbots react first?


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