[LLVMdev] Static destructor problem with recent HEAD

Talin viridia at gmail.com
Sat Oct 15 21:20:20 PDT 2011


I recently updated my version of LLVM from revision 140108 to 142082, and
several things broke, most of which were easily fixed. However, I'm now
getting a "pure virtual method called" exception (__cxa_pure_virtual) which
I wasn't getting before. This is happening in the destructor of a
statically-initialized object. (More precisely, it's blowing up in a
BumpPtrAllocator, which is used by a StringMap, which is in turn a member of
a statically initialized object.)

Anyone know what might have changed recently that would cause this?

-- 
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111015/99821005/attachment.html>


More information about the llvm-dev mailing list