[libcxx-commits] [PATCH] D114473: [runtimes] Remove support for GCC-style 32 bit multilib builds
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 6 13:52:48 PST 2021
ldionne added a comment.
In D114473#3174557 <https://reviews.llvm.org/D114473#3174557>, @SeanP wrote:
> 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.
Those tags had been added by me to work around an issue we couldn't reproduce in normal multilibs build -- it was only showing up on the CI nodes in Google Compute Engine (not even on a Docker container running locally). I don't think the removal of those tags will have any effect on other people including you.
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