[clang] [llvm] [PowerPC][AIX] Specify correct ABI alignment for double (PR #144673)

Amy Kwan via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 8 11:29:02 PDT 2025


================
@@ -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


More information about the llvm-commits mailing list