[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
This commit is contained in:
parent
55a79318c6
commit
11982eed2b
|
@ -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 <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <libunwind.h>
|
||||
|
|
Loading…
Reference in New Issue