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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 3 10:34:02 PST 2022


Mordante created this revision.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This macro makes it possible to conditionally enable code when 128-bit
integral support is available. This improves the readablity of the
tests. (This patch is also intended to be used in new format tests.)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118926

Files:
  libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_equal/cmp_equal.pass.cpp
  libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_greater/cmp_greater.pass.cpp
  libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_greater_equal/cmp_greater_equal.pass.cpp
  libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_less/cmp_less.pass.cpp
  libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_less_equal/cmp_less_equal.pass.cpp
  libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_not_equal/cmp_not_equal.pass.cpp
  libcxx/test/std/utilities/utility/utility.intcmp/intcmp.in_range/in_range.pass.cpp
  libcxx/test/support/test_macros.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118926.405706.patch
Type: text/x-patch
Size: 5261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220203/5fe9d221/attachment-0001.bin>


More information about the libcxx-commits mailing list