[all-commits] [llvm/llvm-project] 9a220d: [libc++abi][test][VE] Add UNSUPPORTED to pass test...
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Wed Sep 13 16:13:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a220dc6abd6ceeef3ca741b7d9a281bf05dbfd2
https://github.com/llvm/llvm-project/commit/9a220dc6abd6ceeef3ca741b7d9a281bf05dbfd2
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2023-09-14 (Thu, 14 Sep 2023)
Changed paths:
M libcxxabi/test/backtrace_test.pass.cpp
M libcxxabi/test/forced_unwind1.pass.cpp
M libcxxabi/test/forced_unwind2.pass.cpp
M libcxxabi/test/forced_unwind3.pass.cpp
Log Message:
-----------
[libc++abi][test][VE] Add UNSUPPORTED to pass tests on VE
Add UNSUPPORTED to pass tests on VE. VE uses SjLj libunwind, so
_Unwind_Backtrace and _Unwind_ForcedUnwind are not implemented.
Reviewed By: MaskRay, #libc_abi, ldionne
Differential Revision: https://reviews.llvm.org/D159446
More information about the All-commits
mailing list