Duncan P. N. Exon Smith 8598e290c3 GlobalValue: Automatically reset visibility when setting local linkage
r208264 started asserting in `setLinkage()` and `setVisibility()` that
visibility and linkage are compatible.  There are a few places in clang
where visibility is set first, and then linkage later, so the assert
fires.  In `setLinkage()`, it's clear what the visibility *should* be,
so rather than updating all the call sites just automatically fix the
visibility.

The testcase for this is for *clang*, so it'll follow separately in cfe.

PR19760

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209227 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-20 19:00:58 +00:00
..
2014-05-07 09:51:22 +00:00
2014-05-20 17:40:03 +00:00
2014-04-25 17:51:25 +00:00
2014-04-24 06:44:33 +00:00
2014-04-29 13:21:05 +00:00
2014-04-24 06:44:33 +00:00