[libcxx-commits] [PATCH] D113607: [libunwind][AIX] Mark signal_frame.pass.cpp UNSUPPORTED on AIX
Xing Xue via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 10 12:55:57 PST 2021
xingxue created this revision.
xingxue added reviewers: compnerd, steven_wu, daltenty, sfertile.
Herald added a project: libunwind.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libunwind.
xingxue requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch marks `libunwind` test case `signal_frame.pass.cpp` as `UNSUPPORTED` on `AIX` because the `AIX` assembler does not support `CFI` directives.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D113607
Files:
libunwind/test/signal_frame.pass.cpp
Index: libunwind/test/signal_frame.pass.cpp
===================================================================
--- libunwind/test/signal_frame.pass.cpp
+++ libunwind/test/signal_frame.pass.cpp
@@ -15,7 +15,7 @@
// TODO: Investigate this failure on macOS
// XFAIL: target={{.+}}-apple-darwin{{.+}}
-// UNSUPPORTED: libunwind-arm-ehabi
+// UNSUPPORTED: libunwind-arm-ehabi, target=powerpc{{|64}}-ibm-aix
#include <assert.h>
#include <stdlib.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113607.386287.patch
Type: text/x-patch
Size: 451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211110/52fe0b55/attachment.bin>
More information about the libcxx-commits
mailing list