[libcxx-commits] [PATCH] D159446: [libc++abi][test][VE] Add UNSUPPORTED to pass tests on VE

Kazushi Marukawa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 5 16:16:54 PDT 2023


kaz7 added inline comments.


================
Comment at: libcxxabi/test/forced_unwind2.pass.cpp:13
 
+// VE supports only SjLj libunwind.  It doesn't have _Unwind_ForcedUnwind.
+// UNSUPPORTED: target={{ve-.*}}
----------------
MaskRay wrote:
> 
Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159446



More information about the libcxx-commits mailing list