This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 65dce1c2a34 [COFF, ARM64] Correct the data layout string for COFF ARM64 target new b8fb226737e Create empty shell of llvm-mt.
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: test/CMakeLists.txt | 1 + test/tools/llvm-mt/help.test | 7 ++ tools/{llvm-cvtres => llvm-mt}/CMakeLists.txt | 7 +- tools/{llvm-mcmarkup => llvm-mt}/LLVMBuild.txt | 6 +- tools/llvm-mt/Opts.td | 29 ++++++ tools/llvm-mt/llvm-mt.cpp | 117 +++++++++++++++++++++++++ 6 files changed, 160 insertions(+), 7 deletions(-) create mode 100644 test/tools/llvm-mt/help.test copy tools/{llvm-cvtres => llvm-mt}/CMakeLists.txt (58%) copy tools/{llvm-mcmarkup => llvm-mt}/LLVMBuild.txt (81%) create mode 100644 tools/llvm-mt/Opts.td create mode 100644 tools/llvm-mt/llvm-mt.cpp