================
@@ -246,6 +246,10 @@ static std::string computePowerDataLayout(const Triple &T)
{
else
Ret += "-n32";
+ // The ABI alignment for doubles on AIX is 4 bytes.
----------------
amy-kwan wrote:Should we add a similar comment to the other files where we set the data layout explicitly? https://github.com/llvm/llvm-project/pull/144673 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
