Update for llvm api change.

llvm-svn: 200863
This commit is contained in:
Rafael Espindola 2014-02-05 18:00:26 +00:00
parent b4eec1daa1
commit c32818ac9b
1 changed files with 0 additions and 1 deletions

View File

@ -345,7 +345,6 @@ static bool ExecuteAssembler(AssemblerInvocation &Opts,
MAB = TheTarget->createMCAsmBackend(*MRI, Opts.Triple, Opts.CPU);
}
Str.reset(TheTarget->createAsmStreamer(Ctx, *Out, /*asmverbose*/true,
/*useLoc*/ true,
/*useCFI*/ true,
/*useDwarfDirectory*/ true,
IP, CE, MAB,