[PATCH] D55763: [Sparc] Add Sparc V8 support

James Y Knight via Phabricator reviews at reviews.llvm.org
Wed Jan 9 13:34:54 PST 2019


jyknight added a comment.

In D55763#1351165 <https://reviews.llvm.org/D55763#1351165>, @mgorny wrote:

> This commit is causing regression when building with `-DLIBUNWIND_ENABLE_CROSS_UNWINDING=ON`:


I think the patch should be reverted until this can be fixed -- as DW_CFA_GNU_window_save and DW_CFA_AARCH64_negate_ra_state are the same constant, the two cases will need to be merged, and disambiguated by the target architecture.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55763/new/

https://reviews.llvm.org/D55763





More information about the libcxx-commits mailing list