=?utf-8?q?Balázs?= Benics <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================ @@ -1,6 +1,6 @@ // The u"" and U"" string literals below need C11 or later. Pin the standard // because targets such as PS4 default to gnu99. -// RUN: %clang_analyze_cc1 -std=c17 -verify %s \ +// RUN: %clang_analyze_cc1 -triple x86_64-unknown-linux-gnu -std=c17 -verify %s \ ---------------- zhangweize9-cyber wrote: Try using this command to quickly troubleshoot: ```bash llvm-lit path/to/clang/test/Analysis/string-search-modeling.c ``` https://github.com/llvm/llvm-project/pull/213279 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
