From: Xing Xue Date: Thu, 18 Nov 2021 15:24:58 +0000 (-0500) Subject: [libunwind][AIX] Mark signal_frame.pass.cpp UNSUPPORTED on AIX X-Git-Tag: upstream/15.0.7~25310 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11982eed2bc818fdbd525e3237a77a3efeb6a497;p=platform%2Fupstream%2Fllvm.git [libunwind][AIX] Mark signal_frame.pass.cpp UNSUPPORTED on AIX Summary: This patch marks libunwind test case signal_frame.pass.cpp as UNSUPPORTED on AIX because the AIX assembler does not support CFI directives. Reviewed by: danielkiss, MaskRay, ldionne, libunwind Differential Revision: https://reviews.llvm.org/D113607 --- diff --git a/libunwind/test/signal_frame.pass.cpp b/libunwind/test/signal_frame.pass.cpp index cfd4f48..513eef5 100644 --- a/libunwind/test/signal_frame.pass.cpp +++ b/libunwind/test/signal_frame.pass.cpp @@ -17,6 +17,10 @@ // UNSUPPORTED: libunwind-arm-ehabi +// The AIX assembler does not support CFI directives, which +// are necessary to run this test. +// UNSUPPORTED: target=powerpc{{(64)?}}-ibm-aix + #include #include #include