Implement visibility checking during linking. Also implement protected
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 29 Apr 2007 20:56:48 +0000 (20:56 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 29 Apr 2007 20:56:48 +0000 (20:56 +0000)
commit9cd3ccf5065a8a139e458d016c88a8512471598b
tree915835b6f8a0a2ac5d1915c39a9dcf5ffd8acf14
parent4238d474b4f8443371a52a4f1fca278170ff2c0e
Implement visibility checking during linking. Also implement protected
visibility support for bitcode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36577 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Linker/LinkModules.cpp