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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 7 14:09:44 PDT 2022


ldionne added inline comments.


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


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