This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 00/13] Go closures for i686


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]