Attempting to fix WinEHCatchDirector destructor related build failures.
authorAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 23 Feb 2015 20:19:15 +0000 (20:19 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 23 Feb 2015 20:19:15 +0000 (20:19 +0000)
llvm-svn: 230252

llvm/lib/CodeGen/WinEHPrepare.cpp

index 422ef5a..d965064 100644 (file)
@@ -96,6 +96,7 @@ public:
         Materializer(CatchFn, VarInfo),\r
         SelectorIDType(Type::getInt32Ty(LPI->getContext())),\r
         Int8PtrType(Type::getInt8PtrTy(LPI->getContext())) {}\r
+  virtual ~WinEHCatchDirector() = default;\r
 \r
   CloningAction handleInstruction(ValueToValueMapTy &VMap,\r
                                   const Instruction *Inst,\r