This change allows llvm-nm to print symbols found in import libraries, in part
by allowing COFFImportFiles to be casted to SymbolicFiles.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 6711 Build 6711: arc lint + arc unit
Event Timeline
tools/llvm-nm/llvm-nm.cpp | ||
---|---|---|
1154 | This is where the change to Binary::isSymbolic() comes into play. |
Comment Actions
Thanks @rafael.
I don't have commit access, if someone doesn't mind committing this, I would appreciate it.
This is where the change to Binary::isSymbolic() comes into play.