Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COFF: Fix single StringRef return error | Martell Malone | 2017-05-20 | 1 | -2/+2 |
| | | | | | | | This should appease the lld build bot regression Intrroduced by rL303490 llvm-svn: 303493 | ||||
* | COFF: migrate def parser from LLD to LLVM [1/2] | Martell Malone | 2017-05-20 | 1 | -0/+527 |
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 |