summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCCodeView.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-06-22 23:23:08 +0000
committerReid Kleckner <rnk@google.com>2016-06-22 23:23:08 +0000
commit858239d5f8c8f651c98d853f9c3f28e7c8453aec (patch)
tree4409cac77bc717a741fa823550dbf28dd146a3e7 /llvm/lib/MC/MCCodeView.cpp
parentce030acb4e3754479b1241dcc8c4b090354be51f (diff)
downloadbcm5719-llvm-858239d5f8c8f651c98d853f9c3f28e7c8453aec.tar.gz
bcm5719-llvm-858239d5f8c8f651c98d853f9c3f28e7c8453aec.zip
Prune some includes from headers and sink some inline functions
MCSymbol.h shouldn't pull in MCAssembler.h, just MCFragment.h. MCLinkerOptimizationHint.h shouldn't need MCMachObjectWriter.h. The rest is fixing the fallout. llvm-svn: 273507
Diffstat (limited to 'llvm/lib/MC/MCCodeView.cpp')
-rw-r--r--llvm/lib/MC/MCCodeView.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCCodeView.cpp b/llvm/lib/MC/MCCodeView.cpp
index 2d8ef442f75..d3f2aa2a80c 100644
--- a/llvm/lib/MC/MCCodeView.cpp
+++ b/llvm/lib/MC/MCCodeView.cpp
@@ -21,6 +21,7 @@
#include "llvm/MC/MCObjectStreamer.h"
#include "llvm/MC/MCValue.h"
#include "llvm/Support/COFF.h"
+#include "llvm/Support/EndianStream.h"
using namespace llvm;
using namespace llvm::codeview;
OpenPOWER on IntegriCloud