================
@@ -246,6 +246,10 @@ static std::string computePowerDataLayout(const Triple &T) {
else
Ret += "-n32";
+ // The ABI alignment for doubles on AIX is 4 bytes.
----------------
nikic wrote:
Done.
https://github.com/llvm/llvm-project/pull/144673