[llvm-branch-commits] [CodeGen][CFI] Generalize transparent union parameters (PR #158193)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Sep 11 21:45:55 PDT 2025
https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/158193
According GCC documentation transparent union
calling convention is the same as the type of the
first member of the union.
C++ ignores attribute.
More information about the llvm-branch-commits
mailing list