From df9618c51f8a1bfbe40c6909eb841d64e408b9bf Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Mon, 23 Feb 2015 20:19:15 +0000 Subject: [PATCH] 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 --- lib/CodeGen/WinEHPrepare.cpp | 1 + 1 file changed, 1 insertion(+) 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, -- 2.34.1