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

Oliver Hunt via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 1 13:26:35 PDT 2026


================
@@ -0,0 +1,130 @@
+// RUN: %clang_cc1 -triple x86_64-pc-windows-msvc -emit-llvm -o - %s \
+// RUN: | FileCheck %s
----------------
ojhunt wrote:

(existing tests I mean, not "does this PR have them")

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


More information about the cfe-commits mailing list