[PATCH] D87451: add new clang option -fnovisibility.
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 10 07:20:04 PDT 2020
lebedev.ri added a comment.
Bad commit message - links will go dead eventually, all the relevant stuff needs to be specified in the commit message itself.
================
Comment at: clang/docs/ClangCommandLineReference.rst:2310-2320
.. option:: -fvisibility-ms-compat
+Ignore all the visibility attributes in source code
+
+.. option:: -fnovisibility
+
Give global types 'default' visibility and global functions and variables 'hidden' visibility by default
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87451/new/
https://reviews.llvm.org/D87451
More information about the cfe-commits
mailing list