[PATCH] D113607: [libunwind][AIX] Mark signal_frame.pass.cpp UNSUPPORTED on AIX

Xing Xue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 18 07:30:56 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG11982eed2bc8: [libunwind][AIX] Mark signal_frame.pass.cpp UNSUPPORTED on AIX (authored by xingxue).

Changed prior to commit:
  https://reviews.llvm.org/D113607?vs=386287&id=388197#toc

Repository:
  rG LLVM Github Monorepo

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

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
@@ -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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113607.388197.patch
Type: text/x-patch
Size: 468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211118/09a1baa9/attachment.bin>


More information about the llvm-commits mailing list