[LLVMbugs] [Bug 15965] [powerpc-darwin8] stage-2 ADT unit tests crash
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jan 7 16:31:16 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=15965
David Fang <fang at csl.cornell.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #9 from David Fang <fang at csl.cornell.edu> ---
(In reply to comment #8)
> (In reply to comment #6)
> > Rafael, do you think any of your recent ABI/alignment/DataLayout patches may
> > have inadvertently fixed this issue along
> > http://llvm.org/bugs/show_bug.cgi?id=15901 ?
> > Could misalignment have caused what looked like memory corruption errors?
> > I'd like to identify which patches should be backported to the
> > powerpc-darwin8-rel-3.4 branch. (If it was indeed your patches, then a HUGE
> > THANK YOU for a significant unblocking of stage-2.)
>
> Maybe. Possible suspects are 197694, 197574 and 197572.
r196987 +r197574 +r197572 seems to have done it!
ADTTests works in stage-2 on the powerpc-darwin8-rel-3.4 branch. I suspect
that TableGen in 15901 will probably work too.
r196987 was just a prerequisite for the latter to apply cleanly.
Thank goodness, I didn't have to bisect. It's painful here because
master/trunk doesn't build as-is -- I'd have to repeatedly rebase or merge my
patchset in the bisection process (and builds are slow).
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140108/02b2d994/attachment.html>
More information about the llvm-bugs
mailing list