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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits