[libcxx-commits] [PATCH] D114445: [libc++abi][AIX] Add 2 LIT tests for the AIX unwinder
Xing Xue via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 23 08:17:57 PST 2021
xingxue created this revision.
xingxue added reviewers: ldionne, compnerd, MaskRay, daltenty.
xingxue added a project: LLVM.
xingxue requested review of this revision.
Herald added a project: libc++abi.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++abi.
This patch creates sub-directory `libcxxabi/test/vendor/ibm` and adds 2 `LIT` test cases for the `AIX` `EH` under the directory. One tests the restoration of the condition register and the other tests the restoration of vector registers. Both are saved on the stack by the function prologue.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D114445
Files:
libcxxabi/test/vendor/ibm/cond_reg_restore.pass.cpp
libcxxabi/test/vendor/ibm/vec_reg_restore.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114445.389210.patch
Type: text/x-patch
Size: 4099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211123/af840244/attachment.bin>
More information about the libcxx-commits
mailing list