OSDN Git Service

Create empty shell of llvm-mt.
authorEric Beckmann <ecbeckmann@google.com>
Mon, 17 Jul 2017 21:35:12 +0000 (21:35 +0000)
committerEric Beckmann <ecbeckmann@google.com>
Mon, 17 Jul 2017 21:35:12 +0000 (21:35 +0000)
commitb8fb226737ee5bc9f14410160a655ff9fd8d926d
tree29d90b2e0e7d1d39f6bff5e46f173fdc584f877d
parent65dce1c2a3420d4a9f0436544e82d0681a14a41f
Create empty shell of llvm-mt.

Summary:
This is the first patch towards creating the llvm-mt tool for merging
Windows manifests.  This is a reimplementation of mt.exe.

Reviewers: zturner, ruiu, rnk

Subscribers: llvm-commits, mgorny

Differential Revision: https://reviews.llvm.org/D35333

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308224 91177308-0d34-0410-b5e6-96231b3b80d8
test/CMakeLists.txt
test/tools/llvm-mt/help.test [new file with mode: 0644]
tools/llvm-mt/CMakeLists.txt [new file with mode: 0644]
tools/llvm-mt/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-mt/Opts.td [new file with mode: 0644]
tools/llvm-mt/llvm-mt.cpp [new file with mode: 0644]