[libcxx-commits] [libcxx] [libc++] Introduce implicit and explicit ABI annotations (PR #193045)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 15 00:37:07 PDT 2026
philnik777 wrote:
> https://libcxx.llvm.org/#platform-and-compiler-support
>
> > Clang 21, 22, 23-git
>
> ah, so if only clang-21+ is supported by libc++ (at the moment), then perhaps bindgen will need to upgrade from linking against clang-20 (or older). In that case, sorry for the noise.
Yes, exactly. This patch is the kind of change we tightened our compiler requirements for. We do already warn about this though. Makes me wonder whether we should make it an error instead, so that people upgrade their dependencies when we bump the minimum version instead of the patch where we inevitably break something for older compilers.
https://github.com/llvm/llvm-project/pull/193045
More information about the libcxx-commits
mailing list