Skip to content

Commit 11982ee

Browse files
author
Xing Xue
committed
[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
1 parent 55a7931 commit 11982ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libunwind/test/signal_frame.pass.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717

1818
// UNSUPPORTED: libunwind-arm-ehabi
1919

20+
// The AIX assembler does not support CFI directives, which
21+
// are necessary to run this test.
22+
// UNSUPPORTED: target=powerpc{{(64)?}}-ibm-aix
23+
2024
#include <assert.h>
2125
#include <stdlib.h>
2226
#include <libunwind.h>

0 commit comments

Comments
 (0)