diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-03-19 10:43:15 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-03-19 10:43:15 +0000 |
commit | 2df4ceba15c130005967ee9e5fb4aa5568de1b0c (patch) | |
tree | ed0b1995da2c0a4a01f21270b60e8eb170029caf /lib/MC/MCObjectWriter.cpp | |
parent | cc5b84c6fba79a798e86ea604e54ca9429273a13 (diff) | |
download | external_llvm-2df4ceba15c130005967ee9e5fb4aa5568de1b0c.zip external_llvm-2df4ceba15c130005967ee9e5fb4aa5568de1b0c.tar.gz external_llvm-2df4ceba15c130005967ee9e5fb4aa5568de1b0c.tar.bz2 |
MC/Mach-O: Move to MachObjectWriter.{h,cpp}.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98952 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCObjectWriter.cpp')
-rw-r--r-- | lib/MC/MCObjectWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCObjectWriter.cpp b/lib/MC/MCObjectWriter.cpp index ab85e31..d117e82 100644 --- a/lib/MC/MCObjectWriter.cpp +++ b/lib/MC/MCObjectWriter.cpp @@ -1,4 +1,4 @@ -//===- lib/MC/MCObjetWriter.cpp - MCObjetWriter implementation ------------===// +//===- lib/MC/MCObjectWriter.cpp - MCObjectWriter implementation ----------===// // // The LLVM Compiler Infrastructure // |