[clang] [clang] Fix -fclang-abi-compat for clang 20 (PR #144109)

Mariya Podchishchaeva via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 13 09:17:51 PDT 2025


================
@@ -11,6 +12,7 @@ struct XMM2 : XMM1<0>, XMM1<1> {
 };
 
 // CHECK: define{{.*}} @_Z3foov({{.*}} [[ARG:%.*]]){{.*}}
+// CLANG-20: define{{.*}} <4 x double> @_Z3foov()
----------------
Fznamznon wrote:

I think this is the only test which is different between clang 20 and clang 21, hence the change.

https://github.com/llvm/llvm-project/pull/144109


More information about the cfe-commits mailing list