Re: [libunwind] r292723 - X86: swap EBP, ESP on !APPLE

2017-01-27 Thread Hans Wennborg via cfe-commits
r293298. Thanks, Hans On Thu, Jan 26, 2017 at 6:38 PM, Saleem Abdulrasool wrote: > I think that this is safe enough and does make libunwind work on x86 Linux, > so lets go for it. > > On Thu, Jan 26, 2017 at 10:10 AM, Hans Wennborg wrote: >> >> Michał suggested on the PR that this should be mer

Re: [libunwind] r292723 - X86: swap EBP, ESP on !APPLE

2017-01-26 Thread Saleem Abdulrasool via cfe-commits
I think that this is safe enough and does make libunwind work on x86 Linux, so lets go for it. On Thu, Jan 26, 2017 at 10:10 AM, Hans Wennborg wrote: > Michał suggested on the PR that this should be merged to the release > branch. > > Saleem, what do you think? > > On Sat, Jan 21, 2017 at 8:22 A

Re: [libunwind] r292723 - X86: swap EBP, ESP on !APPLE

2017-01-26 Thread Hans Wennborg via cfe-commits
Michał suggested on the PR that this should be merged to the release branch. Saleem, what do you think? On Sat, Jan 21, 2017 at 8:22 AM, Saleem Abdulrasool via cfe-commits wrote: > Author: compnerd > Date: Sat Jan 21 10:22:59 2017 > New Revision: 292723 > > URL: http://llvm.org/viewvc/llvm-proje

[libunwind] r292723 - X86: swap EBP, ESP on !APPLE

2017-01-21 Thread Saleem Abdulrasool via cfe-commits
Author: compnerd Date: Sat Jan 21 10:22:59 2017 New Revision: 292723 URL: http://llvm.org/viewvc/llvm-project?rev=292723&view=rev Log: X86: swap EBP, ESP on !APPLE Restore the `libunwind.h` enumeration values back to the inverted values. This diverges from the DWARF definition of the register va