Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COFF: Fix another StringRef return error | Martell Malone | 2017-05-20 | 1 | -1/+1 |
| | | | | | | | This should appease the lld build bot regression Following up on rL303493 llvm-svn: 303494 | ||||
* | COFF: migrate def parser from LLD to LLVM [1/2] | Martell Malone | 2017-05-20 | 1 | -0/+319 |
This is split up into two commits. The will create the DEF parser in LLVM. Check the following commit to see the removal from LLD Reviewers: ruiu Differential Revision: https://reviews.llvm.org/D32689 llvm-svn: 303490 |