summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/gold/X86/Inputs/resolve-to-alias.ll
Commit message (Collapse)AuthorAgeFilesLines
* [LTO] Reject modules without datalayout.Davide Italiano2016-12-141-0/+2
| | | | | | | | | | | 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
* Add an already passing test.Rafael Espindola2015-11-241-0/+4
This tests that a declaration can resolve to an alias. I broke this locally while prototyping a change and it looks like a nice test to have. llvm-svn: 253984
OpenPOWER on IntegriCloud