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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230252 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/WinEHPrepare.cpp

index 422ef5adc1de1f30b6cd198f81aa3ed8408fd798..d96506424417a556165e97f6f00353f8594c950f 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