forked from OSchip/llvm-project
Assembler doesn't need to initialize TargetMachine's anymore.
llvm-svn: 135964
This commit is contained in:
parent
f60768a14e
commit
c2d8c6be92
|
@ -363,8 +363,6 @@ int cc1as_main(const char **ArgBegin, const char **ArgEnd,
|
|||
|
||||
// Initialize targets and assembly printers/parsers.
|
||||
InitializeAllTargetInfos();
|
||||
// FIXME: We shouldn't need to initialize the Target(Machine)s.
|
||||
InitializeAllTargets();
|
||||
InitializeAllTargetMCs();
|
||||
InitializeAllAsmPrinters();
|
||||
InitializeAllAsmParsers();
|
||||
|
|
Loading…
Reference in New Issue