Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [opaque pointer type] update test cases for explicit pointee types on global ↵ | David Blaikie | 2015-09-11 | 1 | -1/+1 |
| | | | | | | aliases llvm-svn: 247380 | ||||
* | Fix testcase from r209228 | Duncan P. N. Exon Smith | 2014-05-20 | 1 | -1/+1 |
| | | | | llvm-svn: 209229 | ||||
* | GlobalValue: Testcase for hidden visibility and local linkage | Duncan P. N. Exon Smith | 2014-05-20 | 1 | -0/+8 |
This is a testcase for r209227, a change in LLVM that automatically sets visibility to default when the linkage is changed to local (rather than asserting). What this testcase triggers is hard to reproduce otherwise: the `GlobalValue` is created (with non-local linkage), the visibility is set to hidden, and then the linkage is set to local. PR19760 llvm-svn: 209228 |