summaryrefslogtreecommitdiff
path: root/lib/MC
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-07-26 20:57:44 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-07-26 20:57:44 +0000
commitbfe3686aee881cb7599c42fc96afc44ff9bcf356 (patch)
tree5827b1f667dddbe33a619fdc958a0e3f2b2d4e63 /lib/MC
parent793e79601f0fd68ba082fa2016018f80b2379460 (diff)
downloadllvm-bfe3686aee881cb7599c42fc96afc44ff9bcf356.tar.gz
llvm-bfe3686aee881cb7599c42fc96afc44ff9bcf356.tar.bz2
llvm-bfe3686aee881cb7599c42fc96afc44ff9bcf356.tar.xz
Remove one last reference to Target in MC library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136145 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC')
-rw-r--r--lib/MC/MCAsmStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCAsmStreamer.cpp b/lib/MC/MCAsmStreamer.cpp
index 64d13f863a..c103ea6b30 100644
--- a/lib/MC/MCAsmStreamer.cpp
+++ b/lib/MC/MCAsmStreamer.cpp
@@ -15,6 +15,7 @@
#include "llvm/MC/MCFixupKindInfo.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstPrinter.h"
+#include "llvm/MC/MCObjectFileInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSectionCOFF.h"
#include "llvm/MC/MCSectionMachO.h"
@@ -28,7 +29,6 @@
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/FormattedStream.h"
-#include "llvm/Target/TargetLoweringObjectFile.h"
#include <cctype>
using namespace llvm;