[libcxx-commits] [PATCH] D133435: [libc++] Removes Clang 13 support.

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 8 08:48:45 PDT 2022


jloser added inline comments.


================
Comment at: libcxx/test/libcxx/atomics/bit-int.verify.cpp:15
 
 // UNSUPPORTED: apple-clang-13, apple-clang-14
 
----------------
Mordante wrote:
> ldionne wrote:
> > jloser wrote:
> > > Can we remove the `apple-clang-13` as well?
> > `apple-clang-13` is not related to `clang-13` despite the resemblance! Those are different compilers, and I'll work on removing support for that one separately.
> Thanks @ldionne! You are more familiar with apple-clang than I am.
Sounds good to me — thanks for the clarification.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133435



More information about the libcxx-commits mailing list