summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/lto/linkonce-odr.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/LTO] Switch to the new resolution-based API.Davide Italiano2016-09-291-1/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D24492 llvm-svn: 282656
* [ELF] - Error out when R_X86_64_PC32/R_X86_64_32 are used against ↵George Rimar2016-03-291-1/+1
| | | | | | | | | | | | preemptible symbol when linking shared object. When R_X86_64_PC32/R_X86_64_32 relocations are used against preemptible symbol and output is position independent, error should be generated. Differential revision: http://reviews.llvm.org/D18190 llvm-svn: 264707
* [LTO/Tests] Fix typo. Visibility -> Linkage. Pointy-hat to me.Davide Italiano2016-03-231-1/+1
| | | | llvm-svn: 264176
* [LTO/tests] Check optimized bitcode instead of produced shared library.Davide Italiano2016-03-231-12/+4
| | | | | | As requested by Rafael. llvm-svn: 264175
* Tidy up this test a bit.Sean Silva2016-03-221-2/+3
| | | | llvm-svn: 264117
* [LTO] Keep linkonce_odr symbols when appropriate.Davide Italiano2016-03-221-0/+24
Ensure we keep the symbol we need to before it reaches the Writer (and hit an assertion), changing its linkage from linkonce_odr to weak. For a more detailed description of the problem, see PR19901 where a similar problem was fixed for the gold plugin. Thanks to Rafael for providing a testcase. llvm-svn: 264111
OpenPOWER on IntegriCloud