[PATCH] D87717: [docs] Update ControlFlowIntegrity.rst.
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 25 17:48:22 PDT 2020
MaskRay added inline comments.
================
Comment at: clang/docs/ControlFlowIntegrity.rst:372
apply across DSO boundaries. As in the regular CFI, each DSO must be
-built with ``-flto``.
+built with ``-flto`` or ``flto=thin``.
----------------
typo: `-flto=thin`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87717/new/
https://reviews.llvm.org/D87717
More information about the cfe-commits
mailing list