This is an archive of the discontinued LLVM Phabricator instance.

Print symbols from COFF import libraries
ClosedPublic

Authored by kastiglione on May 23 2017, 5:53 PM.

Details

Summary

This change allows llvm-nm to print symbols found in import libraries, in part
by allowing COFFImportFiles to be casted to SymbolicFiles.

Event Timeline

kastiglione created this revision.May 23 2017, 5:53 PM
kastiglione edited subscribers, added: llvm-commits; removed: cfe-commits.May 23 2017, 8:16 PM
kastiglione added inline comments.May 24 2017, 9:30 AM
tools/llvm-nm/llvm-nm.cpp
1154

This is where the change to Binary::isSymbolic() comes into play.

This revision is now accepted and ready to land.May 24 2017, 9:58 AM

Thanks @rafael.

I don't have commit access, if someone doesn't mind committing this, I would appreciate it.

kastiglione closed this revision.May 30 2017, 10:06 AM

SVN r303821