diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2015-02-23 20:19:15 +0000 |
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2015-02-23 20:19:15 +0000 |
| commit | 2e30b459ecc7b73fe1fabaada669e079025f0271 (patch) | |
| tree | 976a16c4925991f98a29b2950685f41fc22b466c /llvm/lib/CodeGen | |
| parent | 56c7a19d41305946207f750c5ce3a37401ae979e (diff) | |
| download | bcm5719-llvm-2e30b459ecc7b73fe1fabaada669e079025f0271.tar.gz bcm5719-llvm-2e30b459ecc7b73fe1fabaada669e079025f0271.zip | |
Attempting to fix WinEHCatchDirector destructor related build failures.
llvm-svn: 230252
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/WinEHPrepare.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/WinEHPrepare.cpp b/llvm/lib/CodeGen/WinEHPrepare.cpp index 422ef5adc1d..d9650642441 100644 --- a/llvm/lib/CodeGen/WinEHPrepare.cpp +++ b/llvm/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,
|

