[clang] [clang][PowerPC] Add flag to enable compatibility with GNU for complex arguments (PR #77732)
Kishan Parmar via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 4 05:31:08 PST 2024
================
@@ -78,6 +78,13 @@ class CodeGenOptions : public CodeGenOptionsBase {
SRCK_InRegs // Small structs in registers (-freg-struct-return).
};
+ enum ComplexArgumentConventionKind {
+ CMPLX_Default,
+ CMPLX_OnStack,
----------------
Long5hot wrote:
This was for future reference, if any arch wants to use this.
https://github.com/llvm/llvm-project/pull/77732
More information about the cfe-commits
mailing list