search for: 1bf8f0c4

Displaying 2 results from an estimated 2 matches for "1bf8f0c4".

2011 Oct 16
0
[LLVMdev] Static destructor problem with recent HEAD
...ized object.) > > Anyone know what might have changed recently that would cause this? > It would help a lot to see the actual backtrace etc. ;] -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111015/1bf8f0c4/attachment.html>
2011 Oct 16
2
[LLVMdev] Static destructor problem with recent HEAD
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,