Re: [libunwind] r276215 - [libunwind] Properly align _Unwind_Exception.

2016-07-21 Thread Hans Wennborg via cfe-commits
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

Re: [libunwind] r276215 - [libunwind] Properly align _Unwind_Exception.

2016-07-20 Thread Eric Fiselier via cfe-commits
@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

[libunwind] r276215 - [libunwind] Properly align _Unwind_Exception.

2016-07-20 Thread Eric Fiselier via cfe-commits
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: