[clang] [analyzer] Fix tests broken by empty %z3_include_dir (PR #146042)

Michał Górny via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 27 04:29:46 PDT 2025


mgorny wrote:

That's not the correct solution. You either need to export these variables from LLVM (implying renaming them to prefix with LLVM namespace), or issue another `find_package()` in clang standalone block.

https://github.com/llvm/llvm-project/pull/146042


More information about the cfe-commits mailing list