1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-rc
Rui Ueyama 04fb9911c5 Define InitLLVM to do common initialization all at once.
We have a few functions that virtually all command wants to run on
process startup/shutdown. This patch adds InitLLVM class to do that
all at once, so that we don't need to copy-n-paste boilerplate code
to each llvm command's main() function.

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

llvm-svn: 330046
2018-04-13 18:26:06 +00:00
..
CMakeLists.txt [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
llvm-rc.cpp Define InitLLVM to do common initialization all at once. 2018-04-13 18:26:06 +00:00
LLVMBuild.txt
Opts.td [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
ResourceFileWriter.cpp Don't #include MemoryBuffer.h from Host.h. 2017-11-17 01:00:35 +00:00
ResourceFileWriter.h Fix typos of occurred and occurrence 2018-01-24 10:33:39 +00:00
ResourceScriptParser.cpp llvm-rc/ResourceScriptTokenList.h: Turns this into a .def file to imply that it's non-modular 2017-11-21 00:23:19 +00:00
ResourceScriptParser.h [llvm-rc] Use proper search algorithm for finding resources. 2017-10-11 20:12:09 +00:00
ResourceScriptStmt.cpp [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
ResourceScriptStmt.h [llvm-rc] Serialize user-defined resources to .res files. 2017-10-06 21:52:15 +00:00
ResourceScriptToken.cpp llvm-rc/ResourceScriptTokenList.h: Turns this into a .def file to imply that it's non-modular 2017-11-21 00:23:19 +00:00
ResourceScriptToken.h Fix typos of occurred and occurrence 2018-01-24 10:33:39 +00:00
ResourceScriptTokenList.def llvm-rc/ResourceScriptTokenList.h: Turns this into a .def file to imply that it's non-modular 2017-11-21 00:23:19 +00:00
ResourceVisitor.h [llvm-rc] Serialize user-defined resources to .res files. 2017-10-06 21:52:15 +00:00