Fix PR1611 - Visibility should be ignored for a declaration
authorChris Lattner <sabre@nondot.org>
Sun, 19 Aug 2007 22:22:54 +0000 (22:22 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Aug 2007 22:22:54 +0000 (22:22 +0000)
commit97f8b0900abddfa72fd59e777399280adb4ca0a6
tree57c891036852c8253c4afefdb4382b73304c07a8
parent3aa6066d010b2ccfd58f07fb1be874becf5807c2
Fix PR1611 - Visibility should be ignored for a declaration
when a definition's visibility is different.  Likewise, the
visibility of two declarations mismatching is not an error.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41174 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Linker/LinkModules.cpp