mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-11 21:45:16 +00:00
Fix WasmEHFuncInfo.h to include what it uses
This fixes clang+llvm build with Modules and local submodule visibility. llvm-svn: 335181
This commit is contained in:
parent
089c08b758
commit
94b4733251
@ -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 *>;
|
||||
|
Loading…
Reference in New Issue
Block a user