[PATCH] D18635: Rework interface for bitset-using features to use a notion of LTO visibility.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 27 13:25:05 PDT 2016


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





More information about the cfe-commits mailing list