Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LTO] Reject modules without datalayout. | Davide Italiano | 2016-12-14 | 1 | -0/+1 |
| | | | | | | | | | | | Also, udpate the ~60 failing tests in the tree which did not contain a valid datalayout. This fixes PR31123. lld will be updated in a following patch, immediately after this is committed. Differential Revision: https://reviews.llvm.org/D27082 llvm-svn: 289719 | ||||
* | [ThinLTO/gold] Enable summary-based internalization | Teresa Johnson | 2016-06-09 | 1 | -0/+6 |
Summary: Enable existing summary-based importing support in the gold-plugin. Reviewers: mehdi_amini Subscribers: llvm-commits, mehdi_amini Differential Revision: http://reviews.llvm.org/D21080 llvm-svn: 272239 |