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

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 13 13:34:05 PST 2019


NoQ added a comment.

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.


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