OSDN Git Service

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)
commitc6f54fec9f251f542e195d82e9378f0c96e376e8
tree74dc4dc5ff4dedefe8059e53c9038050757add78
parent4114bcf1b9c263703174eeba25c06c2763ea2447
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

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