[libcxxabi][PATCH] unwinder

Nick Kledzik kledzik at apple.com
Thu Oct 3 12:42:39 PDT 2013


On Oct 3, 2013, at 10:47 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote:

> On Thu, Oct 3, 2013 at 10:36 AM, Nick Kledzik <kledzik at apple.com> wrote:
>> Years ago Apple wrote its own unwinder for MacOSX and iOS.  To make libcxxabi complete, Apple has decided the source code for its unwinder can be contributed to the open source LLVM libcxxabi project, with a dual licensed under LLVM and MIT license.
> 
> Great news!
> 
>> So, I’ve spent some time cleaning up the sources to make them conform with LLVM style
> 
> Not a review, just style comments:
> - please use three slashes for documentation comments that come before
> function declarations/definitions
> - some files contain tabs (for example, src/Unwind/config.h)
> - some files contain trailing whitespace
> - src/Unwind/UnwindRegistersRestore.s has some broken ASCII art

I’ve fixed those issues in this patch.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: libunwind2.patch
Type: application/octet-stream
Size: 306625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131003/1d26e9a8/attachment.obj>
-------------- next part --------------


-Nick


More information about the cfe-commits mailing list