From: Andrew Kaylor Date: Mon, 23 Feb 2015 20:19:15 +0000 (+0000) Subject: Attempting to fix WinEHCatchDirector destructor related build failures. X-Git-Tag: llvmorg-3.7.0-rc1~11122 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e30b459ecc7b73fe1fabaada669e079025f0271;p=platform%2Fupstream%2Fllvm.git Attempting to fix WinEHCatchDirector destructor related build failures. llvm-svn: 230252 --- diff --git a/llvm/lib/CodeGen/WinEHPrepare.cpp b/llvm/lib/CodeGen/WinEHPrepare.cpp index 422ef5a..d965064 100644 --- a/llvm/lib/CodeGen/WinEHPrepare.cpp +++ b/llvm/lib/CodeGen/WinEHPrepare.cpp @@ -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,