[clang] [Cygwin] va_list must be treated like normal Windows (PR #143115)
Tomohiro Kashiwada via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 10 02:43:14 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
----------------
kikairoya wrote:
I understand. Sorry.
https://github.com/llvm/llvm-project/pull/143115
More information about the cfe-commits
mailing list