This is the mail archive of the
libffi-discuss@sourceware.org
mailing list for the libffi project.
Re: [PATCH 00/13] Go closures for i686
- From: Richard Henderson <rth at redhat dot com>
- To: Richard Henderson <rth at twiddle dot net>, libffi-discuss at sourceware dot org
- Date: Fri, 07 Nov 2014 17:09:07 +0100
- Subject: Re: [PATCH 00/13] Go closures for i686
- Authentication-results: sourceware.org; auth=none
- References: <1415374240-1792-1-git-send-email-rth at twiddle dot net>
On 11/07/2014 04:30 PM, Richard Henderson wrote:
> With the final patch, building with clang mostly works. For some reason
> the unwind tests fail, despite the .eh_frame looking correct. Freebsd
> continues to work if you use gcc+gas from ports.
On closer inspection, .eh_frame was not correct due to another clang bug:
http://llvm.org/bugs/show_bug.cgi?id=21515
Using -no-integrated-as works around this, and would probably obviate
the final patch completely.
r~