Re: [libcxxabi] r339865 - [libcxxabi] Fix test_exception_address_alignment test for ARM

2018-08-16 Thread Hans Wennborg via cfe-commits
Merged to 7.0 in r339881. On Thu, Aug 16, 2018 at 1:38 PM, Yvan Roux via cfe-commits wrote: > Author: yroux > Date: Thu Aug 16 04:38:09 2018 > New Revision: 339865 > > URL: http://llvm.org/viewvc/llvm-project?rev=339865=rev > Log: > [libcxxabi] Fix test_exception_address_alignment test for ARM >

[libcxxabi] r339865 - [libcxxabi] Fix test_exception_address_alignment test for ARM

2018-08-16 Thread Yvan Roux via cfe-commits
Author: yroux Date: Thu Aug 16 04:38:09 2018 New Revision: 339865 URL: http://llvm.org/viewvc/llvm-project?rev=339865=rev Log: [libcxxabi] Fix test_exception_address_alignment test for ARM Check _LIBCXXABI_ARM_EHABI macro instead of libunwind version. Fixes PR34182 Differential revision: