Skip to content
Commit ce460529 authored by Anders Carlsson's avatar Anders Carlsson
Browse files

When generating a virtual destructor, don't try to make a virtual call to the...

When generating a virtual destructor, don't try to make a virtual call to the base class destructor because then we'll just re-enter the same destructor!

This was done to fix PR5619, so I went ahead and passed a dummy VTT pointer for now.

llvm-svn: 90578
parent 73d46375
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment