[libcxx-commits] [PATCH] D92508: [libc++] Add a CI job to test libc++ when building for 32 bit

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 18 08:33:14 PST 2020


curdeius added a comment.

I suppose that these 2 tests were always failing on 32-bit.
The old builder history doesn't go very far, but it shows these tests always failing: http://lab.llvm.org:8011/#/builders/34?numbuilds=300.
Not sure if it was intended or not, but it seems that `trivial_abi` is only tested on arm64-apple-ios11 triple.
Cf. D41039 <https://reviews.llvm.org/D41039>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92508



More information about the libcxx-commits mailing list