mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 18:24:23 +00:00
Revert accidental commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user