summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/lto/linkage.ll
Commit message (Collapse)AuthorAgeFilesLines
* Reland "Change the X86 datalayout to add three address spacesAmy Huang2019-09-101-1/+1
| | | | | | | | | | for 32 bit signed, 32 bit unsigned, and 64 bit pointers." This reverts 57076d3199fc2b0af4a3736b7749dd5462cacda5. Original review at https://reviews.llvm.org/D64931. Review for added fix at https://reviews.llvm.org/D66843. llvm-svn: 371568
* Revert "Change the X86 datalayout to add three address spaces for 32 bit ↵Vlad Tsyrklevich2019-08-281-1/+1
| | | | | | | | | signed," This reverts commit r370083 because it caused check-lld failures on sanitizer-x86_64-linux-fast. llvm-svn: 370142
* Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang2019-08-271-1/+1
| | | | | | 32 bit unsigned, and 64 bit pointers. llvm-svn: 370083
* [ELF] Remove -m argument to lld in test files. NFC.Sam Clegg2018-05-301-1/+1
| | | | | | | | | | | This should be correctly implied by the linker. This also makes the tests slightly easier to maintain and compare with the equivalent tests under for other platforms. Differential Revision: https://reviews.llvm.org/D47513 llvm-svn: 333567
* [lto] The previous testcase was not useful enough.Sean Silva2016-03-111-0/+2
| | | | | | -shared was hiding the fact that the intrinsic wasn't being found. llvm-svn: 263197
* [lto] Add a useful test case.Sean Silva2016-03-111-0/+3
| | | | | | | | | | | This is reduced from an issue found in practice. The original version of D18012 needed another patch to handle this, but it now works since we are using a more correct GV->hasAppendingLinkage() check that Rafael suggested. This is what remains of that other patch. llvm-svn: 263181
* [lto] Avoid duplicate symbol error for appending linkage.Sean Silva2016-03-091-0/+6
| | | | | | | | | | | | | | | | Summary: Is there any other code needed for correctly handling appending linkage? Do we need to do something more with @llvm.global_ctors in SymbolTable.cpp:addBitcodeFile; otherwise the combined bitcode module won't have all the global ctors. Reviewers: rafael Subscribers: Bigcheese, llvm-commits, joker.eph Differential Revision: http://reviews.llvm.org/D17975 llvm-svn: 262992
* [lto] Don't add variables with private linkage to the symbol table.Sean Silva2016-03-081-0/+9
Summary: This causes the issue in PR26872 to go away now that we aren't creating symbols for the string literals, but that may just be concealing a deeper problem, so best to keep that PR open. Reviewers: rafael Subscribers: Bigcheese, llvm-commits, joker.eph Differential Revision: http://reviews.llvm.org/D17971 llvm-svn: 262968
OpenPOWER on IntegriCloud