[clang] [llvm] [NFC][analyzer] Remove Z3-as-constraint-manager hacks from lit test code (PR #145731)
DonĂ¡t Nagy via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 27 02:50:19 PDT 2025
NagyDonat wrote:
@mgorny I was unable to reproduce the failure that you observed -- based on the error message that you posted, you're in a situation where Z3_INCLUDE_DIR is not set by the clang build system _but_ these two tests which are marked with `REQUIRES: z3` are still executed somehow. (Perhaps you have Z3 installed in a standard system include directory?)
Nevertheless, my fix https://github.com/llvm/llvm-project/pull/146042 should work even in this case.
https://github.com/llvm/llvm-project/pull/145731
More information about the llvm-commits
mailing list