This starts the development of llvm-rc, a platform-independent port of Microsoft's rc.exe tool. The current revision includes only command-line arguments parsing.
The shell is similar in its implementation to llvm-cvtres.
Paths
| Differential D35810
Add an empty shell of llvm-rc. ClosedPublic Authored by mnbvmar on Jul 24 2017, 11:50 AM.
Details Summary This starts the development of llvm-rc, a platform-independent port of Microsoft's rc.exe tool. The current revision includes only command-line arguments parsing. The shell is similar in its implementation to llvm-cvtres.
Diff Detail
Event TimelineComment Actions Minor comment, looks good otherwise.
This revision is now accepted and ready to land.Jul 24 2017, 3:49 PM Closed by commit rL308940: Add an empty shell of llvm-rc. (authored by mnbvmar). · Explain WhyJul 24 2017, 5:26 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 107999 llvm/trunk/test/tools/llvm-rc/helpmsg.test
llvm/trunk/tools/LLVMBuild.txt
llvm/trunk/tools/llvm-rc/CMakeLists.txt
llvm/trunk/tools/llvm-rc/LLVMBuild.txt
llvm/trunk/tools/llvm-rc/Opts.td
llvm/trunk/tools/llvm-rc/llvm-rc.cpp
|