llvm-project/llvm/tools/yaml2obj
Rui Ueyama 197194b6c9 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 Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..." 2017-06-14 15:59:27 +00:00
yaml2coff.cpp [Debuginfo][COFF] Minimal serialization support for precompiled types records 2018-04-09 20:17:56 +00:00
yaml2elf.cpp Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC. 2018-01-12 02:28:31 +00:00
yaml2macho.cpp [tools] Change std::sort to llvm::sort in response to r327219 2018-04-01 21:24:53 +00:00
yaml2obj.cpp Define InitLLVM to do common initialization all at once. 2018-04-13 18:26:06 +00:00
yaml2obj.h [WebAssembly] Improve support for WebAssembly binary format 2017-03-30 19:44:09 +00:00
yaml2wasm.cpp [WebAssembly] libObject: Don't include the name the size of custom sections 2018-04-12 20:31:12 +00:00