Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COFF: Fix short import lib import name type bitshift | Martell Malone | 2016-10-01 | 1 | -0/+0 |
| | | | | | | | | | | | | | | As per the PE COFF spec (section 8.3, Import Name Type) Offset: 18 Size 2 bits Name: Type Offset: 20 Size 3 bits Name: Name Type Offset: 20 added based on 18+2 Partially commited as rL279069 Differential Revision: https://reviews.llvm.org/D23540 llvm-svn: 283055 | ||||
* | llvm-readobj: handle import libraries with -coff-exports | Saleem Abdulrasool | 2016-08-18 | 1 | -0/+0 |
`link -dump -exports` lists exported symbols from import libraries as well as normal dlls. Ensure that we can handle import libraries as well in llvm-readobj. llvm-svn: 279069 |