rjmccall added inline comments.

================
Comment at: lib/CodeGen/ItaniumCXXABI.cpp:174
@@ +173,3 @@
+    else
+      Align = CGM.getContext().getTargetDefaultAlignForAttributeAligned();
+
----------------
Just add a ExnObjectAlignment field to TargetInfo, please.  We already have a 
DarwinTargetInfo mix-in that can set this to something lower.

Otherwise, this patch LGTM, although as mentioned elsewhere we should figure 
out whether other OSes also limit this more strictly.


http://reviews.llvm.org/D18479



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to