[clang] [Clang][Windows] Preserve x86_fp80 and vector alignment under #pragma pack. (PR #208256)

Zahira Ammarguellat via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 16 08:29:22 PDT 2026


================
@@ -0,0 +1,136 @@
+// RUN: %clang_cc1 -triple x86_64-pc-windows-gnu -emit-llvm -o - %s \
+// RUN: | FileCheck %s --check-prefix=CHECK-FP80
----------------
zahiraam wrote:

Done and renamed the test.

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


More information about the cfe-commits mailing list