summaryrefslogtreecommitdiff
path: root/lib/MC/MCMachObjectTargetWriter.cpp
blob: 9c96f26e7c6df23b217286558ea0808c0bc2c35f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//===-- MCMachObjectTargetWriter.cpp - Mach-O Target Writer Subclass ------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#include "llvm/MC/MCMachObjectWriter.h"

using namespace llvm;

MCMachObjectTargetWriter::MCMachObjectTargetWriter() {
}

MCMachObjectTargetWriter::~MCMachObjectTargetWriter() {
}