Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ELF] Remove -m argument to lld in test files. NFC. | Sam Clegg | 2018-05-30 | 1 | -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 Italiano | 2016-12-14 | 1 | -5/+3 |
| | | | | llvm-svn: 289722 | ||||
* | [LTO] Remove a check on datalayout. | Davide Italiano | 2016-11-22 | 1 | -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 |