================
@@ -1,5 +1,6 @@
 // REQUIRES: aarch64-registered-target
-// RUN: %clang_cc1 -triple aarch64 -target-feature +neon -emit-llvm -O2 -o - 
%s | FileCheck %s
+// RUN: %clang_cc1 -triple aarch64 -target-feature +neon -emit-llvm -O2 -o - 
%s -mllvm -expand-variadics-override=disable | FileCheck %s
+
----------------
JonChesterfield wrote:

^this disable shouldn't be necessary, having trouble working out what the 
filecheck regex are complaining about

https://github.com/llvm/llvm-project/pull/92850
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to