[PATCH] D15367: Cross-DSO control flow integrity (Clang part)

Peter Collingbourne via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 15 14:46:24 PST 2015


pcc added a comment.

LGTM


================
Comment at: docs/ControlFlowIntegrityDesign.rst:389
@@ +388,3 @@
+  - Calls between different instrumented DSOs are also protected, with
+     performance penalty (in addition to the monolithic CFI overhead).
+  - Calls from an instrumented DSO to an uninstrumented one are
----------------
"with a performance penalty"


Repository:
  rL LLVM

http://reviews.llvm.org/D15367





More information about the cfe-commits mailing list