From e955881b59d66da1e560c0285c4ea1ef446e857c Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 19 Mar 2010 09:28:59 +0000 Subject: MC: Split MCObjectWriter out of MCAssembler.cpp. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98949 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/MC/MCObjectWriter.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/MC/MCObjectWriter.cpp (limited to 'lib/MC/MCObjectWriter.cpp') diff --git a/lib/MC/MCObjectWriter.cpp b/lib/MC/MCObjectWriter.cpp new file mode 100644 index 0000000..ab85e31 --- /dev/null +++ b/lib/MC/MCObjectWriter.cpp @@ -0,0 +1,15 @@ +//===- lib/MC/MCObjetWriter.cpp - MCObjetWriter implementation ------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#include "llvm/MC/MCObjectWriter.h" + +using namespace llvm; + +MCObjectWriter::~MCObjectWriter() { +} -- cgit v1.1