[libcxx-commits] [PATCH] D100342: [libcxx] removes operator!= and globally guards against no spaceship operator

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 10 16:06:59 PDT 2021


cjdb updated this revision to Diff 344228.
cjdb added a comment.

adds `// UNSUPPORTED: apple-clang-9, apple-clang-10, apple-clang-11, apple-clang-12.0.0` to the files failing CI (AppleClang <12.0.1 seems to not work)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100342

Files:
  libcxx/include/compare
  libcxx/test/std/language.support/cmp/cmp.categories.pre/zero_type.verify.cpp
  libcxx/test/std/language.support/cmp/cmp.partialord/partialord.pass.cpp
  libcxx/test/std/language.support/cmp/cmp.strongord/strongord.pass.cpp
  libcxx/test/std/language.support/cmp/cmp.weakord/weakord.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100342.344228.patch
Type: text/x-patch
Size: 12508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210510/ef47afe6/attachment-0001.bin>


More information about the libcxx-commits mailing list