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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 8 08:43:52 PDT 2022


Mordante marked an inline comment as done.
Mordante added a comment.

Thanks for the reviews!



================
Comment at: libcxx/test/libcxx/atomics/bit-int.verify.cpp:15
 
 // UNSUPPORTED: apple-clang-13, apple-clang-14
 
----------------
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.


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