forked from OSchip/llvm-project
parent
b94674b325
commit
d78e0c22fb
|
@ -338,11 +338,9 @@ static int AssembleInput(const char *ProgName) {
|
||||||
formatted_raw_ostream FOS(Out->os());
|
formatted_raw_ostream FOS(Out->os());
|
||||||
OwningPtr<MCStreamer> Str;
|
OwningPtr<MCStreamer> Str;
|
||||||
|
|
||||||
#if 0
|
|
||||||
const TargetLoweringObjectFile &TLOF =
|
const TargetLoweringObjectFile &TLOF =
|
||||||
TM->getTargetLowering()->getObjFileLowering();
|
TM->getTargetLowering()->getObjFileLowering();
|
||||||
const_cast<TargetLoweringObjectFile&>(TLOF).Initialize(Ctx, *TM);
|
const_cast<TargetLoweringObjectFile&>(TLOF).Initialize(Ctx, *TM);
|
||||||
#endif
|
|
||||||
|
|
||||||
OwningPtr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo());
|
OwningPtr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo());
|
||||||
OwningPtr<MCSubtargetInfo>
|
OwningPtr<MCSubtargetInfo>
|
||||||
|
|
Loading…
Reference in New Issue