[cfe-dev] crash fix, need help
Chris Lattner
clattner at apple.com
Mon Dec 10 10:49:35 PST 2007
On Dec 10, 2007, at 10:49 AM, Sean Middleditch wrote:
>
> On Mon, 2007-12-10 at 10:29 -0800, Devang Patel wrote:
>> Even though size of bool may be 1 bit it should occupy 8-bit in
>> struct.
>> Fixed.
>> http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-
>> Mon-20071210/003265.html
>
> Neat. Thanks!
>
> Now my application code is causing clang to crash in llvm proper in
> LeakDetector.cpp. There's still some fun for me to track down. :)
Try updating your LLVM tree, there was a window where a patch
yesterday broke a ton of stuff. If you checked out llvm in that
window, it could just be llvm that is broken.
-Chris
More information about the cfe-dev
mailing list