summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2018-06-20 21:43:49 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2018-06-20 21:43:49 +0000
commitb45fd5cdab9c404367ee959f13bac58142b0dad0 (patch)
treec882235cd7a177457f573b00ef602cd4c4f7d061
parent859f54b3f857b2c71e27fe2592dfb805ccb188ef (diff)
downloadbcm5719-llvm-b45fd5cdab9c404367ee959f13bac58142b0dad0.tar.gz
bcm5719-llvm-b45fd5cdab9c404367ee959f13bac58142b0dad0.zip
Fix WasmEHFuncInfo.h to include what it uses
This fixes clang+llvm build with Modules and local submodule visibility. llvm-svn: 335181
-rw-r--r--llvm/include/llvm/CodeGen/WasmEHFuncInfo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h b/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h
index b9a032e8f3e..c5305e0c4f5 100644
--- a/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h
+++ b/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h
@@ -14,6 +14,11 @@
#ifndef LLVM_CODEGEN_WASMEHFUNCINFO_H
#define LLVM_CODEGEN_WASMEHFUNCINFO_H
+#include "llvm/ADT/PointerUnion.h"
+#include "llvm/ADT/DenseMap.h"
+#include "llvm/CodeGen/MachineBasicBlock.h"
+#include "llvm/IR/BasicBlock.h"
+
namespace llvm {
using BBOrMBB = PointerUnion<const BasicBlock *, MachineBasicBlock *>;
OpenPOWER on IntegriCloud