summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/lto-attributes.ll
Commit message (Collapse)AuthorAgeFilesLines
* Lazily link GlobalVariables and GlobalAliases.Rafael Espindola2014-12-081-2/+5
| | | | | | | | | | | We were already lazily linking functions, but all GlobalValues can be treated uniformly for this. The test updates are to ensure that a given GlobalValue is still linked in. This fixes pr21494. llvm-svn: 223681
* Copy externally_initialized in GlobalVariable::copyAttributesFrom.Rafael Espindola2014-11-101-0/+7
Patch by Kevin Frei! llvm-svn: 221620
OpenPOWER on IntegriCloud