[PATCH] D86958: [Docs] Add/update release notes for D71913 (LTO WPD changes)

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 1 10:02:39 PDT 2020


MaskRay added inline comments.


================
Comment at: lld/docs/ReleaseNotes.rst:29
   (`D77231 <https://reviews.llvm.org/D77231>`_)
-* ``--lto-whole-program-visibility`` is added to support LTO whole-program devirtualization.
+* ``--lto-whole-program-visibility`` is added to specify that classes have hidden LTO visibility in LTO and ThinLTO links of source files compiled with -fwhole-program-vtables. See `LTOVisibility <https://clang.llvm.org/docs/LTOVisibility.html>`_ for details.
   (`D71913 <https://reviews.llvm.org/D71913>`_)
----------------
-fwhole-program-vtables -> add backquotes


================
Comment at: llvm/docs/ReleaseNotes.rst:273
+
+* ``whole-program-visibility`` is added to specify that classes have hidden LTO visibility in LTO and ThinLTO links of source files compiled with -fwhole-program-vtables. See `LTOVisibility <https://clang.llvm.org/docs/LTOVisibility.html>`_ for details.
+  (`D71913 <https://reviews.llvm.org/D71913>`_)
----------------
``-plugin-opt=whole-program-visibility``


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86958/new/

https://reviews.llvm.org/D86958



More information about the cfe-commits mailing list