summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-strings/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* llvm-strings: Fix r286556 to add required libraries.NAKAMURA Takumi2016-11-111-0/+2
| | | | llvm-svn: 286594
* llvm-strings: introduce basic strings toolSaleem Abdulrasool2016-11-111-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
OpenPOWER on IntegriCloud