From: Andrew Kaylor Date: Mon, 23 Feb 2015 20:19:15 +0000 (+0000) Subject: Attempting to fix WinEHCatchDirector destructor related build failures. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=df9618c51f8a1bfbe40c6909eb841d64e408b9bf Attempting to fix WinEHCatchDirector destructor related build failures. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230252 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/WinEHPrepare.cpp b/lib/CodeGen/WinEHPrepare.cpp index 422ef5adc1d..d9650642441 100644 --- a/lib/CodeGen/WinEHPrepare.cpp +++ b/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,