[libcxx-commits] [PATCH] D111244: [libc++][AIX] Add scripts and config for building with the libcxx CI infrastructure

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 14 06:37:29 PDT 2021


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

Awesome! If you're able to run the tests locally with this, then LGTM.

Next step would be to finish up https://reviews.llvm.org/D111359.

I'm quite happy with this patch because it showcases exactly how I think new vendors should integrate with libc++ testing wise. We basically define how to minimally run a hello-world program in the Lit testing configs and everything else mostly works. There's still some work to do to remove duplication between libc++ and libc++abi, but everything in that area is difficult because they're two different CMake projects.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111244



More information about the libcxx-commits mailing list