Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lazily link GlobalVariables and GlobalAliases. | Rafael Espindola | 2014-12-08 | 1 | -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 Espindola | 2014-11-10 | 1 | -0/+7 |
Patch by Kevin Frei! llvm-svn: 221620 |