I'm not sure we have an owner for libunwind, but things sounded
positive on the code review, so go ahead and merge.
Thanks,
Hans
On Wed, Jul 20, 2016 at 8:06 PM, Eric Fiselier wrote:
> @Hans This should be merged into 3.9.
>
> Can a code owner give this the thumbs up?
>
> /Eric
>
> On Wed, Jul 2
@Hans This should be merged into 3.9.
Can a code owner give this the thumbs up?
/Eric
On Wed, Jul 20, 2016 at 5:56 PM, Eric Fiselier via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
> Author: ericwf
> Date: Wed Jul 20 18:56:42 2016
> New Revision: 276215
>
> URL: http://llvm.org/viewvc/llvm
Author: ericwf
Date: Wed Jul 20 18:56:42 2016
New Revision: 276215
URL: http://llvm.org/viewvc/llvm-project?rev=276215&view=rev
Log:
[libunwind] Properly align _Unwind_Exception.
Summary: _Unwind_Exception is required to be double word aligned. Currently the
struct is under aligned.
Reviewers: