projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
595050a
)
Attempting to fix WinEHCatchDirector destructor related build failures.
author
Andrew Kaylor
<andrew.kaylor@intel.com>
Mon, 23 Feb 2015 20:19:15 +0000
(20:19 +0000)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/WinEHPrepare.cpp
b/lib/CodeGen/WinEHPrepare.cpp
index 422ef5adc1de1f30b6cd198f81aa3ed8408fd798..d96506424417a556165e97f6f00353f8594c950f 100644
(file)
--- a/
lib/CodeGen/WinEHPrepare.cpp
+++ b/
lib/CodeGen/WinEHPrepare.cpp
@@
-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