forked from OSchip/llvm-project
Second attempt to fix WinEHCatchDirector build failures.
llvm-svn: 230257
This commit is contained in:
parent
04d482e924
commit
322236eed6
|
@ -147,7 +147,7 @@ public:
|
|||
StopCloningBB
|
||||
};
|
||||
|
||||
virtual ~CloningDirector() = default;
|
||||
virtual ~CloningDirector() {}
|
||||
|
||||
/// Subclasses must override this function to customize cloning behavior.
|
||||
virtual CloningAction handleInstruction(ValueToValueMapTy &VMap,
|
||||
|
|
|
@ -96,7 +96,6 @@ 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