[libcxx-commits] [PATCH] D118926: [libc++] Adds TEST_IF_INT128.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 4 13:30:40 PST 2022


Quuxplusone added a comment.

I agree with what Louis said: the cost/benefit seems not favorable at the moment. (I hadn't looked at this yet because I assumed it was adding the-equivalent-of-`TEST_HAS_NO_INT128` — I forgot we already had one of those!)
If you do land this, could you name it `TEST_IF_HAS_INT128`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118926



More information about the libcxx-commits mailing list