commit | f7009b42f8a9d916f0ed69274089fae32e5a1bbc | [log] [tgz] |
---|---|---|
author | Saleem Abdulrasool <compnerd@compnerd.org> | Tue Nov 15 00:43:52 2016 +0000 |
committer | Saleem Abdulrasool <compnerd@compnerd.org> | Tue Nov 15 00:43:52 2016 +0000 |
tree | 09c436442cefccaab5758be594552a5b9e666e5f | |
parent | 81da114e65cf18b719bc88322365248d2e05918b [diff] |
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