rsmith accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: docs/ControlFlowIntegrity.rst:268-269
@@ -262,1 +267,4 @@
 
+Normally, the compiler will disable CFI checks for classes that do not
+have hidden LTO visibility. With this flag enabled, the compiler will emit
+cross-DSO CFI checks for all classes, except for those which appear in the
----------------
Maybe reverse the sense of this to avoid the double negative:

  Normally, CFI checks will only be performed for classes that have hidden LTO 
visibility.

or similar?


http://reviews.llvm.org/D18635



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

Reply via email to