[PATCH] D47617: [Analyzer] Fix Z3ConstraintManager crash (PR37646)
Vlad Tsyrklevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 4 08:53:41 PDT 2018
vlad.tsyrklevich added a comment.
In https://reviews.llvm.org/D47617#1119268, @NoQ wrote:
> Also does this test need to be z3-specific? We would also not like to crash here without z3.
I originally did that so I could specify enabling and testing the z3 backend; however, looking at the testing infra more I realize that z3 is supposed to be run on the analyzer tests but it seems like z3 tests have been broken since October when r315627 landed. I submitted a fix in https://reviews.llvm.org/D47722
Repository:
rC Clang
https://reviews.llvm.org/D47617
More information about the cfe-commits
mailing list