summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/gold/X86/resolve-to-alias.ll
Commit message (Collapse)AuthorAgeFilesLines
* [LLVMgold] Use platform dependent extension in testsEugene Leviant2017-12-141-2/+2
| | | | | | Differential revision: https://reviews.llvm.org/D41238 llvm-svn: 320710
* [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
* Make this test a bit more strict.Rafael Espindola2015-11-241-9/+18
| | | | | | It now tests with files in both orders. llvm-svn: 253993
* Add an already passing test.Rafael Espindola2015-11-241-0/+24
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