| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [tools] Add option to install binutils symlinks | Shoaib Meenai | 2017-11-02 | 1 | -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 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 | |||||

