summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/set-visibility-for-decls.c
Commit message (Collapse)AuthorAgeFilesLines
* Add -fapply-global-visibility-to-externs for -cc1Scott Linder2019-01-281-0/+42
Introduce an option to request global visibility settings be applied to declarations without a definition or an explicit visibility, rather than the existing behavior of giving these default visibility. When the visibility of all or most extern definitions are known this allows for the same optimisations -fvisibility permits without updating source code to annotate all declarations. Differential Revision: https://reviews.llvm.org/D56868 llvm-svn: 352391
OpenPOWER on IntegriCloud