[libcxx-commits] [PATCH] D151205: [libc++][spaceship] Additional tests for `operator<=>` `map` and `multimap`

Hristo Hristov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 23 14:16:53 PDT 2023


H-G-Hristov added a comment.

In D151205#4365640 <https://reviews.llvm.org/D151205#4365640>, @philnik wrote:

> In D151205#4364787 <https://reviews.llvm.org/D151205#4364787>, @H-G-Hristov wrote:
>
>> Try to fix CI: Ignore `expected-error` message with `{{}}` syntax due to differing error message locally vs remotely (on CI).
>
> You probably want to update your local compiler then. We only support Clang 15, 16 and trunk.

My local compiler is Apple Clang 14.0.3 which is based on Clang 15, which is the latest from Apple.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151205



More information about the libcxx-commits mailing list