This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 88b31bf [lli] Simplify the code a bit. No functional change intended. new 6a1b55e llvm-strings: introduce basic strings tool
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: tools/llvm-strings/CMakeLists.txt | 8 ++ tools/{llvm-dis => llvm-strings}/LLVMBuild.txt | 6 +- tools/llvm-strings/llvm-strings.cpp | 120 +++++++++++++++++++++++++ 3 files changed, 131 insertions(+), 3 deletions(-) create mode 100644 tools/llvm-strings/CMakeLists.txt copy tools/{llvm-dis => llvm-strings}/LLVMBuild.txt (82%) create mode 100644 tools/llvm-strings/llvm-strings.cpp