summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/gold/X86/Inputs/cache.ll
Commit message (Collapse)AuthorAgeFilesLines
* [LTO] Reject modules without datalayout.Davide Italiano2016-12-141-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] Add caching support to gold-pluginTeresa Johnson2016-08-241-0/+9
Summary: With support now in the new LTO API for caching (r279576), add optional ThinLTO caching in the gold-plugin. Reviewers: mehdi_amini Subscribers: mehdi_amini, llvm-commits Differential Revision: https://reviews.llvm.org/D23836 llvm-svn: 279631
OpenPOWER on IntegriCloud