Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-strings: Fix r286556 to add required libraries. | NAKAMURA Takumi | 2016-11-11 | 1 | -0/+2 |
| | | | | llvm-svn: 286594 | ||||
* | llvm-strings: introduce basic strings tool | Saleem Abdulrasool | 2016-11-11 | 1 | -0/+8 |
This is a replacement to binutils' string tool. It prints strings found in a binary (object file, executable, or archive library). It is rather bare and not functionally equivalent, however, it lays the groundwork necessary for the strings tool, enabling iterative development of features to reach feature parity. llvm-svn: 286556 |