[libcxx-commits] [libcxx] [libc++] Update our documentation on the supported compilers (PR #165684)
Milad Fa via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 3 09:26:26 PST 2025
miladfarca wrote:
Hello,
We currently use `Clang 19` to build the V8 Js compiler on our platforms ppc64 and s390x. This PR was just pulled in V8 in this CL as a third part dependency:
https://chromium-review.googlesource.com/c/v8/v8/+/7109989
and it is causing failures for us as V8 depends on libcxx and our compiler version is older. Could I ask if there are specific features which need Clang 20? things seemed to have been compiling fine for us.
https://github.com/llvm/llvm-project/pull/165684
More information about the libcxx-commits
mailing list