[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:07 PDT 2025
================
@@ -10,7 +10,7 @@
// DEFINE: %{mocked_clang} = \
// DEFINE: LD_PRELOAD="%t/MockZ3_solver_check.so" \
-// DEFINE: %clang_cc1 %s -analyze -setup-static-analyzer \
+// DEFINE: %clang_analyze_cc1 %s -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