summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectWriter.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-03-19 09:28:59 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-03-19 09:28:59 +0000
commitf027abf7dee43a4e24c3cb0e22a6d5c492ea9840 (patch)
treeb70b00ae8f45ae1bb7045f33520df7b1350c58aa /llvm/lib/MC/MCObjectWriter.cpp
parent49e5a8ac2aae55ac4fdfb6588e993972e23afbef (diff)
downloadbcm5719-llvm-f027abf7dee43a4e24c3cb0e22a6d5c492ea9840.tar.gz
bcm5719-llvm-f027abf7dee43a4e24c3cb0e22a6d5c492ea9840.zip
MC: Split MCObjectWriter out of MCAssembler.cpp.
llvm-svn: 98949
Diffstat (limited to 'llvm/lib/MC/MCObjectWriter.cpp')
-rw-r--r--llvm/lib/MC/MCObjectWriter.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCObjectWriter.cpp b/llvm/lib/MC/MCObjectWriter.cpp
new file mode 100644
index 00000000000..ab85e31abb0
--- /dev/null
+++ b/llvm/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() {
+}
OpenPOWER on IntegriCloud