forked from OSchip/llvm-project
parent
a3181d12c6
commit
26cdfa71ef
|
@ -287,7 +287,8 @@ static bool ExecuteAssembler(AssemblerInvocation &Opts, Diagnostic &Diags) {
|
||||||
TAB = TheTarget->createAsmBackend(Opts.Triple);
|
TAB = TheTarget->createAsmBackend(Opts.Triple);
|
||||||
}
|
}
|
||||||
Str.reset(TheTarget->createAsmStreamer(Ctx, *Out, /*asmverbose*/true,
|
Str.reset(TheTarget->createAsmStreamer(Ctx, *Out, /*asmverbose*/true,
|
||||||
/*useLoc*/ true, IP, CE, TAB,
|
/*useLoc*/ true,
|
||||||
|
/*useCFI*/ true, IP, CE, TAB,
|
||||||
Opts.ShowInst));
|
Opts.ShowInst));
|
||||||
} else if (Opts.OutputType == AssemblerInvocation::FT_Null) {
|
} else if (Opts.OutputType == AssemblerInvocation::FT_Null) {
|
||||||
Str.reset(createNullStreamer(Ctx));
|
Str.reset(createNullStreamer(Ctx));
|
||||||
|
|
Loading…
Reference in New Issue