[libcxx-commits] [PATCH] D106107: [libc++][modularisation] Split <compare> into internal headers

Ruslan Arutyunyan via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 28 17:15:43 PDT 2021


rarutyun added a comment.

I figured out what was wrong with "Generated Output" step. I was needed to add generated tests to the commit as well. Previously I didn't know that but currently it is done. Waiting for the CI completion.

I also found the recent change in `__get_comp_type` function and also applied it to this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106107



More information about the libcxx-commits mailing list