This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7b04de6571a [X86] createMMXBuildVector - call with BuildVectorSDNode di [...] new b7bdff997fc [binutils] Add response file option to help and docs
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: docs/CommandGuide/llvm-nm.rst | 4 ++++ docs/CommandGuide/llvm-objdump.rst | 4 ++++ docs/CommandGuide/llvm-readobj.rst | 4 ++++ docs/CommandGuide/llvm-symbolizer.rst | 4 ++++ test/tools/llvm-cxxfilt/help.test | 7 +++++++ test/tools/llvm-dwarfdump/cmdline.test | 1 + test/tools/llvm-objdump/help.test | 6 ++++++ test/tools/llvm-readobj/basic.test | 14 ++++++++++---- test/tools/llvm-size/help.test | 7 +++++++ test/tools/llvm-strings/help.test | 7 +++++++ test/tools/llvm-symbolizer/help.test | 8 ++++++-- tools/llvm-cxxfilt/llvm-cxxfilt.cpp | 3 +++ tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 2 ++ tools/llvm-objdump/llvm-objdump.cpp | 3 +++ tools/llvm-readobj/llvm-readobj.cpp | 3 +++ tools/llvm-size/llvm-size.cpp | 3 +++ tools/llvm-strings/llvm-strings.cpp | 3 +++ tools/llvm-symbolizer/llvm-symbolizer.cpp | 3 +++ 18 files changed, 80 insertions(+), 6 deletions(-) create mode 100644 test/tools/llvm-cxxfilt/help.test create mode 100644 test/tools/llvm-objdump/help.test create mode 100644 test/tools/llvm-size/help.test create mode 100644 test/tools/llvm-strings/help.test