[libcxx-commits] [PATCH] D120010: [libcxx][test] Neither MSVC nor its STL support int128
Casey Carter via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 17 14:08:07 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
CaseyCarter marked an inline comment as done.
Closed by commit rG8d58cb62da0f: [libcxx][test] Let the library indicate support for int128 (authored by CaseyCarter).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120010/new/
https://reviews.llvm.org/D120010
Files:
libcxx/test/support/test_macros.h
Index: libcxx/test/support/test_macros.h
===================================================================
--- libcxx/test/support/test_macros.h
+++ libcxx/test/support/test_macros.h
@@ -366,7 +366,7 @@
# define TEST_HAS_NO_UNICODE
#endif
-#if defined(_LIBCPP_HAS_NO_INT128) || defined(TEST_COMPILER_MSVC)
+#if defined(_LIBCPP_HAS_NO_INT128) || defined(_MSVC_STL_VERSION)
# define TEST_HAS_NO_INT128
#endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120010.409788.patch
Type: text/x-patch
Size: 421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220217/8d880c31/attachment.bin>
More information about the libcxx-commits
mailing list