Add an empty shell of llvm-rc.
authorMarek Sokolowski <mnbvmar@gmail.com>
Tue, 25 Jul 2017 00:25:18 +0000 (00:25 +0000)
committerMarek Sokolowski <mnbvmar@gmail.com>
Tue, 25 Jul 2017 00:25:18 +0000 (00:25 +0000)
commit2ce2fa481d7ceebcda70454a1d9ad7348f809c17
treefdfa8366a28d1bda623aee8168ba76eaa161e1d0
parentdc49af9d32e72cd60a8d8eb1adcca8ea328631ae
Add an empty shell of llvm-rc.

This starts the development on one of MS Visual Studio binutils,
Resource Converter. The tool compiles resource scripts (.rc)
into binary resource files (.res).

The current implementation does nothing but parse the command
line arguments. It is going to be extended in the future.

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

llvm-svn: 308940
llvm/test/tools/llvm-rc/helpmsg.test [new file with mode: 0644]
llvm/tools/LLVMBuild.txt
llvm/tools/llvm-rc/CMakeLists.txt [new file with mode: 0644]
llvm/tools/llvm-rc/LLVMBuild.txt [new file with mode: 0644]
llvm/tools/llvm-rc/Opts.td [new file with mode: 0644]
llvm/tools/llvm-rc/llvm-rc.cpp [new file with mode: 0644]