Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print symbols from COFF import libraries. | Rafael Espindola | 2017-05-24 | 1 | -0/+0 |
This change allows llvm-nm to print symbols found in import libraries, in part by allowing COFFImportFiles to be casted to SymbolicFiles. Patch by Dave Lee! llvm-svn: 303821 |