[PATCH] D15365: Cross-DSO control flow integrity (LLVM part)

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 15:01:01 PST 2015


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM with nit.


================
Comment at: lib/Transforms/IPO/CrossDSOCFI.cpp:97
@@ +96,3 @@
+/// buildCFICheck - emits __cfi_check for the current module.
+bool CrossDSOCFI::buildCFICheck() {
+  // FIXME: verify that __cfi_check ends up near the end of the code section,
----------------
Can return void


Repository:
  rL LLVM

http://reviews.llvm.org/D15365





More information about the llvm-commits mailing list