[llvm-commits] [llvm] r134936 - /llvm/trunk/utils/TableGen/
Eric Christopher
echristo at apple.com
Mon Jul 11 18:20:02 PDT 2011
On Jul 11, 2011, at 5:01 PM, David A. Greene wrote:
> Eric Christopher <echristo at apple.com> writes:
>
>>> Just to clarify, are you referring to the "pure virtual called" errors
>>> or is there something additional going on? The messages I got from the
>>> buildbot were not immediately helpful. One was for the "pure virtual"
>>> problem which I think is exposed or caused by this patch. Another was
>>> for some clang test failures that I somewhat doubt are connected to this
>>> patch and the last was a buildbot slave hangup problem.
>>
>> Anecdotally reverting your patch has made everything go green again.
>
> How can you say? I'm seeing a lot of builds in progress and slaves
> offline.
>
> Maybe I'm using this buildbot thing wrong. :) What page are you looking
> at?
I was going off of the buildbots that report to the llvm irc channel actually :) I saw them start failing this morning with your patches and go green when I reverted.
One thought on tracking this down is to see if there are any virtual functions being called during object destruction.
-eric
More information about the llvm-commits
mailing list