mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Attempting to fix WinEHCatchDirector destructor related build failures.
llvm-svn: 230252
This commit is contained in:
parent
a496164a47
commit
695cbcb2a1
@ -96,6 +96,7 @@ public:
|
||||
Materializer(CatchFn, VarInfo),
|
||||
SelectorIDType(Type::getInt32Ty(LPI->getContext())),
|
||||
Int8PtrType(Type::getInt8PtrTy(LPI->getContext())) {}
|
||||
virtual ~WinEHCatchDirector() = default;
|
||||
|
||||
CloningAction handleInstruction(ValueToValueMapTy &VMap,
|
||||
const Instruction *Inst,
|
||||
|
Loading…
Reference in New Issue
Block a user