1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/tools/llvm-strings
Saleem Abdulrasool fd8c8d0423 llvm-strings: support the -n option
Permit specifying the match length (the `-n` or `--bytes` option).  The
deprecated `-[length]` form is not supported as an option.  This allows the
strings tool to display only the specified length strings rather than the
hardcoded default length of >= 4.

llvm-svn: 286914
2016-11-15 00:43:52 +00:00
..
CMakeLists.txt llvm-strings: Fix r286556 to add required libraries. 2016-11-11 14:17:37 +00:00
llvm-strings.cpp llvm-strings: support the -n option 2016-11-15 00:43:52 +00:00
LLVMBuild.txt