[PATCH] D16788: PS4 ABI Round 2. Actual PS4 code.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 1 17:05:08 PST 2016


rsmith added inline comments.

================
Comment at: lib/AST/RecordLayoutBuilder.cpp:1598-1599
@@ -1597,1 +1597,4 @@
 
+    // PS4 remains compatible to pre r257462 behavior.
+    bool isPS4ABI = (Context.getTargetInfo().getCXXABI().getKind() == TargetCXXABI::PS4);
+
----------------
Please say what that behavior was here. "The PS4 ABI ignores explicit alignment attributes on bitfields." or similar.


http://reviews.llvm.org/D16788





More information about the cfe-commits mailing list