summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-08-26 17:58:37 +0000
committerReid Kleckner <rnk@google.com>2016-08-26 17:58:37 +0000
commita5b1eef846e86010f82cff3d812dfd3fb3b99405 (patch)
treee4a033d53e4d252e662b9eba6face61cb8b0afcd /llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
parent8e8fa788214642200b0524a930122d40285e573f (diff)
downloadbcm5719-llvm-a5b1eef846e86010f82cff3d812dfd3fb3b99405.tar.gz
bcm5719-llvm-a5b1eef846e86010f82cff3d812dfd3fb3b99405.zip
[MC] Move .cv_loc management logic out of MCContext
MCContext already has many tasks, and separating CodeView out from it is probably a good idea. The .cv_loc tracking was modelled on the DWARF tracking which lived directly in MCContext. Removes the inclusion of MCCodeView.h from MCContext.h, so now there are only 10 build actions while I hack on CodeView support instead of 265. llvm-svn: 279847
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp b/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
index 16ffe2e15ac..357d67fa2e5 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
@@ -18,6 +18,7 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/IR/DebugInfo.h"
+#include "llvm/MC/MCStreamer.h"
#include "llvm/Target/TargetSubtargetInfo.h"
using namespace llvm;
OpenPOWER on IntegriCloud