mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Disable for another investigation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133299 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c013699027
commit
50cb96931a
@ -1605,6 +1605,7 @@ MCStreamer *llvm::createAsmStreamer(MCContext &Context,
|
|||||||
bool useCFI, MCInstPrinter *IP,
|
bool useCFI, MCInstPrinter *IP,
|
||||||
MCCodeEmitter *CE, TargetAsmBackend *TAB,
|
MCCodeEmitter *CE, TargetAsmBackend *TAB,
|
||||||
bool ShowInst) {
|
bool ShowInst) {
|
||||||
|
#if 0
|
||||||
ExceptionHandling::ExceptionsType ET =
|
ExceptionHandling::ExceptionsType ET =
|
||||||
Context.getAsmInfo().getExceptionHandlingType();
|
Context.getAsmInfo().getExceptionHandlingType();
|
||||||
|
|
||||||
@ -1612,7 +1613,7 @@ MCStreamer *llvm::createAsmStreamer(MCContext &Context,
|
|||||||
(ET == ExceptionHandling::SjLj || ET == ExceptionHandling::DwarfCFI))
|
(ET == ExceptionHandling::SjLj || ET == ExceptionHandling::DwarfCFI))
|
||||||
return new MCLSDADecoderAsmStreamer(Context, OS, isVerboseAsm, useLoc,
|
return new MCLSDADecoderAsmStreamer(Context, OS, isVerboseAsm, useLoc,
|
||||||
useCFI, IP, CE, TAB, ShowInst);
|
useCFI, IP, CE, TAB, ShowInst);
|
||||||
|
#endif
|
||||||
return new MCAsmStreamer(Context, OS, isVerboseAsm, useLoc, useCFI,
|
return new MCAsmStreamer(Context, OS, isVerboseAsm, useLoc, useCFI,
|
||||||
IP, CE, TAB, ShowInst);
|
IP, CE, TAB, ShowInst);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user