[clang] [clang][PowerPC] Add flag to enable compatibility with GNU for complex arguments (PR #77732)
Amy Kwan via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 23 09:25:50 PST 2024
================
@@ -223,6 +223,8 @@ CODEGENOPT(MCDCCoverage , 1, 0) ///< Enable MC/DC code coverage criteria.
/// If -fpcc-struct-return or -freg-struct-return is specified.
ENUM_CODEGENOPT(StructReturnConvention, StructReturnConventionKind, 2, SRCK_Default)
+ /// If -fcomplex-ppc-gnu-abi for ppc32
----------------
amy-kwan wrote:
```suggestion
/// If -fcomplex-ppc-gnu-abi is specified on ppc32.
```
This sentence might read a bit better.
https://github.com/llvm/llvm-project/pull/77732
More information about the cfe-commits
mailing list