[libcxx-commits] [PATCH] D108630: [libc++] Remove _LIBCPP_HAS_NO_LONG_LONG in favour of using_if_exists

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 24 12:11:05 PDT 2021


ldionne added a comment.

In D108630#2962828 <https://reviews.llvm.org/D108630#2962828>, @emaste wrote:

>> Would it be possible to add build bots for FreeBSD so we can test changes like those automatically?
>
> Yes, this is on my TODO list. I cannot get to it this week but expect to work on it next week (Aug 30 2021-)

Awesome, thanks! In the meantime, does this patch look good to you? I don't think it should break anything if you're compiling with a Clang that supports `using_if_exists`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108630



More information about the libcxx-commits mailing list