[libcxx-commits] [PATCH] D123692: [libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 20 06:34:03 PDT 2022
ldionne added a comment.
c218fd3d7d3764eb123c8429bbcd33bacfe2e633 <https://reviews.llvm.org/rGc218fd3d7d3764eb123c8429bbcd33bacfe2e633> added `libcxxabi/test/native/AArch64/ra_sign_state.pass.cpp` -- was that intended, or should it have been added to `libunwind/test/[...]`? It also started failing in the CI in the `-fno-exceptions` configuration -- I think it is just missing a `XFAIL` so I'll add it, but please investigate whether the file needs to be moved (I think it does). If so, please make sure to open a code review for that change since it will cause our pre-commit CI to run, and please don't commit the change until it is green :-).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123692/new/
https://reviews.llvm.org/D123692
More information about the libcxx-commits
mailing list