summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2019-04-12 07:40:01 +0000
committerEric Christopher <echristo@gmail.com>2019-04-12 07:40:01 +0000
commit6b06c6a5ef9f908521870e399473284b2c81e1cb (patch)
tree97ef6a1d6c4904469f57a78ad62cc332b7c7d0da /llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
parentd5c404246f9f44440f16cafaca36d55763e82f34 (diff)
downloadbcm5719-llvm-6b06c6a5ef9f908521870e399473284b2c81e1cb.tar.gz
bcm5719-llvm-6b06c6a5ef9f908521870e399473284b2c81e1cb.zip
Add explicit dependencies on MCSection.h and MCDwarf.h to the .cpp
files rather than rely on transitive includes from MCStreamer.h. llvm-svn: 358263
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
index 6fdf1451a63..7bc64d091a0 100644
--- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
@@ -18,6 +18,7 @@
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/MC/MCAsmInfo.h"
+#include "llvm/MC/MCDwarf.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSection.h"
#include "llvm/MC/MCStreamer.h"
OpenPOWER on IntegriCloud