summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/lto/bitcode-nodatalayout.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] Remove -m argument to lld in test files. NFC.Sam Clegg2018-05-301-1/+1
| | | | | | | | | | | This should be correctly implied by the linker. This also makes the tests slightly easier to maintain and compare with the equivalent tests under for other platforms. Differential Revision: https://reviews.llvm.org/D47513 llvm-svn: 333567
* [LTO] Catch up with llvm. Modules without DL are now considered invalid.Davide Italiano2016-12-141-5/+3
| | | | llvm-svn: 289722
* [LTO] Remove a check on datalayout.Davide Italiano2016-11-221-0/+15
Now that lld switched to lib/LTO, which always calls setDataLayout(), we don't need this check anymore. Thanks to Peter for pointing out! llvm-svn: 287699
OpenPOWER on IntegriCloud