[libcxx-commits] [PATCH] D105563: [libc++][docs] Update documentation to reflect libc++'s compiler support policy

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 7 13:59:24 PDT 2021


mstorsjo added inline comments.


================
Comment at: libcxx/docs/index.rst:113
+=============== ==================== ============================
+Target platform Target architecture  Notes
+=============== ==================== ============================
----------------
ldionne wrote:
> mstorsjo wrote:
> > phosek wrote:
> > > I'd be interested in including Fuchsia here but we don't have bots yet, it's something we plan to work on in H2 2021.
> > Windows is missing in this list. In practice it works for i386, x86_64, ARM and ARM64, but the CI setup covers x86_64. In my downstream usage it practically runs fine on all of them (but I haven't run full testsuite rounds on other than x86_64 and arm64).
> @phosek Awesome, I'll be looking forward to helping you setup Fuchsia build bots and then adding it to the list.
> 
> @mstorsjo I'll add Windows to the list. I based this off of the list we had previously, but I guess it makes sense to complete it. Are there any plans to add real CI for Windows / `arm64`?
Windows/arm64 isn't available on any common cloud infra providers that I know of yet (I don't know about the setup where the current buildkite windows runners are hosted, but I doubt they have it easily accessible either), so probably no plans for that in the immediate future.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105563



More information about the libcxx-commits mailing list