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 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Error.cpp | ||
| Error.h | ||
| coff2yaml.cpp | ||
| dwarf2yaml.cpp | ||
| elf2yaml.cpp | ||
| macho2yaml.cpp | ||
| obj2yaml.cpp | ||
| obj2yaml.h | ||
| wasm2yaml.cpp | ||