[clang] [Cygwin] va_list must be treated like normal Windows (PR #143115)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 9 17:51:20 PDT 2025


================
@@ -0,0 +1,37 @@
+// RUN: %clang_cc1 -triple x86_64-windows-gnu -emit-llvm < %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-pc-cygwin -emit-llvm < %s | FileCheck %s
+
+// copy ms_abi block only from ../ms_abi.c
----------------
jeremyd2019 wrote:

I think the idea was 
```suggestion
```

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


More information about the cfe-commits mailing list