================ @@ -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 \ ---------------- steakhal wrote:
Fixed in https://github.com/llvm/llvm-project/pull/213279/commits/35cbecd125c0dcb5ae37588dccd5dbfacaef6a8e. I've probably fatfingered the copypaste. Nice catch! https://github.com/llvm/llvm-project/pull/213279 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
