]> granicus.if.org Git - llvm/commit
llvm-strings: add support for `-t`
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 21 Jan 2017 02:36:28 +0000 (02:36 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 21 Jan 2017 02:36:28 +0000 (02:36 +0000)
commit6d72920b217406c553f466a4f7682e3125cf2c7c
tree8ee38e083436f749e1fa921c8070aa7c6ca7b00b
parent5e8f18007b664a935e813ef05d2833681a162ecf
llvm-strings: add support for `-t`

Allow printing the file content offset via the `-t` or `--radix` option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292707 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-strings/Inputs/numbers [new file with mode: 0644]
test/tools/llvm-strings/radix.test [new file with mode: 0644]
tools/llvm-strings/llvm-strings.cpp