rjmccall added inline comments.

================
Comment at: lib/CodeGen/ItaniumCXXABI.cpp:1509
@@ +1508,3 @@
+  // FIXME we can still emit a copy of the vtable if we
+  // can emit definition of the inline functions.
+  if (CGM.getLangOpts().AppleKext)
----------------
Please move this FIXME down after the other comment.  It doesn't apply to the 
logic about apple kexts, which is unconditional.


http://reviews.llvm.org/D11441




_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to