llvmorg-github-actions[bot] wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Balázs Benics (steakhal)

<details>
<summary>Changes</summary>

Fixes up #<!-- -->212124

https://github.com/llvm/llvm-project/pull/212124\#issuecomment-5143593708

---
Full diff: https://github.com/llvm/llvm-project/pull/213279.diff


1 Files Affected:

- (modified) clang/test/Analysis/string-search-modeling.c (+1-1) 


``````````diff
diff --git a/clang/test/Analysis/string-search-modeling.c 
b/clang/test/Analysis/string-search-modeling.c
index f18ffde3d198d..10332fcead85d 100644
--- a/clang/test/Analysis/string-search-modeling.c
+++ b/clang/test/Analysis/string-search-modeling.c
@@ -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 86_64-unknown-linux-gnu -std=c17 -verify %s 
\
 // RUN:   -analyzer-checker=core,unix \
 // RUN:   -analyzer-checker=debug.ExprInspection \
 // RUN:   -analyzer-config eagerly-assume=false

``````````

</details>


https://github.com/llvm/llvm-project/pull/213279
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to