[clang] [NFC][analyzer] Use %clang_analyze_cc1 consistently (PR #145895)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 26 10:45:06 PDT 2025
================
@@ -5,7 +5,7 @@
//
// RUN: Z3_SOLVER_RESULTS="SAT,SAT,SAT,SAT,UNDEF" \
// RUN: LD_PRELOAD="%t/MockZ3_solver_check.so" \
-// RUN: %clang_cc1 -analyze -analyzer-constraints=z3 -setup-static-analyzer \
+// RUN: %clang_analyze_cc1 -analyzer-constraints=z3 -setup-static-analyzer \
----------------
steakhal wrote:
Can you drop the `-setup-static-analyzer`?
https://github.com/llvm/llvm-project/pull/145895
More information about the cfe-commits
mailing list