forked from OSchip/llvm-project
parent
f4366a3998
commit
76628def06
|
@ -211,7 +211,7 @@ int main(int argc, char **argv) {
|
|||
LLVMContext &Context = getGlobalContext();
|
||||
llvm_shutdown_obj Y; // Call llvm_shutdown() on exit.
|
||||
|
||||
// Initialize targets first.
|
||||
// Initialize targets first, so that --version shows registered targets.
|
||||
InitializeAllTargets();
|
||||
InitializeAllAsmPrinters();
|
||||
|
||||
|
|
Loading…
Reference in New Issue