]> granicus.if.org Git - clang/commit
[AMDGPU] Require at least protected visibility for certain symbols
authorScott Linder <scott@scottlinder.com>
Tue, 12 Feb 2019 18:30:38 +0000 (18:30 +0000)
committerScott Linder <scott@scottlinder.com>
Tue, 12 Feb 2019 18:30:38 +0000 (18:30 +0000)
commitd9bd5b5979a76368b5768c60e80a587580a7147c
tree813339d1289d61d1d758c1a34854c643e3361e6e
parentf11f0af034a867a6d7a354c464b6c480f892a49f
[AMDGPU] Require at least protected visibility for certain symbols

This allows the global visibility controls to be restrictive while still
populating the dynamic symbol table where required.

Differential Revision: https://reviews.llvm.org/D56871

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@353870 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/TargetInfo.cpp
test/CodeGenOpenCL/visibility.cl [new file with mode: 0644]