mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Attempting to fix WinEHCatchDirector destructor related build failures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230252 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
595050a793
commit
df9618c51f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user