[libcxx-commits] [PATCH] D139368: [libunwind] Use .irp directives. NFC

Fangrui Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 14 00:12:37 PST 2022


MaskRay added a comment.

In D139368#3978330 <https://reviews.llvm.org/D139368#3978330>, @daltenty wrote:

> This broke the AIX CI: https://buildkite.com/llvm-project/libcxx-ci/builds/15656#0184eac6-521b-4d1e-8502-c226673e0ece. Unfortunately it seems the `.irp` directive isn't supported by the AIX assembler.

What chunks of code do AIX use? All `__powerpc__` and `__powerpc64__` with all variants including `__VSX__`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139368



More information about the libcxx-commits mailing list