summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-strings/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [tools] Add option to install binutils symlinksShoaib Meenai2017-11-021-0/+3
| | | | | | | | | | | | The LLVM tools can be used as a replacement for binutils, in which case it's convenient to create symlinks with the binutils names. Add support for these symlinks in the build system. As with any other llvm tool symlinks, the user can limit the installed symlinks by only adding the desired ones to `LLVM_TOOLCHAIN_TOOLS`. Differential Revision: https://reviews.llvm.org/D39530 llvm-svn: 317272
* 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