Update API.

llvm-svn: 130588
This commit is contained in:
Rafael Espindola 2011-04-30 03:46:18 +00:00
parent a3181d12c6
commit 26cdfa71ef
1 changed files with 2 additions and 1 deletions

View File

@ -287,7 +287,8 @@ static bool ExecuteAssembler(AssemblerInvocation &Opts, Diagnostic &Diags) {
TAB = TheTarget->createAsmBackend(Opts.Triple);
}
Str.reset(TheTarget->createAsmStreamer(Ctx, *Out, /*asmverbose*/true,
/*useLoc*/ true, IP, CE, TAB,
/*useLoc*/ true,
/*useCFI*/ true, IP, CE, TAB,
Opts.ShowInst));
} else if (Opts.OutputType == AssemblerInvocation::FT_Null) {
Str.reset(createNullStreamer(Ctx));