[llvm] r230252 - Attempting to fix WinEHCatchDirector destructor related build failures.
Andrew Kaylor
andrew.kaylor at intel.com
Mon Feb 23 12:19:16 PST 2015
Author: akaylor
Date: Mon Feb 23 14:19:15 2015
New Revision: 230252
URL: http://llvm.org/viewvc/llvm-project?rev=230252&view=rev
Log:
Attempting to fix WinEHCatchDirector destructor related build failures.
Modified:
llvm/trunk/lib/CodeGen/WinEHPrepare.cpp
Modified: llvm/trunk/lib/CodeGen/WinEHPrepare.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/WinEHPrepare.cpp?rev=230252&r1=230251&r2=230252&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/WinEHPrepare.cpp (original)
+++ llvm/trunk/lib/CodeGen/WinEHPrepare.cpp Mon Feb 23 14:19:15 2015
@@ -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,
More information about the llvm-commits
mailing list