[PATCH] D77585: Stop passing site cfg files via --param to llvm-lit.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 7 05:23:09 PDT 2020


thakis marked an inline comment as done.
thakis added a comment.

Thanks!



================
Comment at: clang/test/CMakeLists.txt:113
 
-set(ANALYZER_TEST_PARAMS
-  USE_Z3_SOLVER=0)
----------------
hans wrote:
> This and ANALYZER_TEST_PARAMS_Z3 are just dropped because they're unused, right?
Yes. It looks like the uses of them were dropped accidentally in D62445. If we restore the uses, we can restore this too.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77585/new/

https://reviews.llvm.org/D77585





More information about the llvm-commits mailing list