[libcxx-commits] [PATCH] D114473: [runtimes] Remove support for GCC-style 32 bit multilib builds

Sean via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 6 13:31:56 PST 2021


SeanP added a comment.

In D114473#3174515 <https://reviews.llvm.org/D114473#3174515>, @ldionne wrote:

> In D114473#3174261 <https://reviews.llvm.org/D114473#3174261>, @SeanP wrote:
>
>> Hi Louis, you missed us on z/OS and AIX (@daltenty) .  We provide 32-bit builds.  We'll need to recover from this and may need to add some things back.
>
> Ah, yeah, sorry for missing that. Any reason why you can't use target triple approach mentioned above?

I think we will be able to.  I was noticing all of the "32bit-on-64bits" tags removed from the tests.  That seems more involved than just using the triple.  I'll let you know if we need more that just using the target triple.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114473



More information about the libcxx-commits mailing list