[libcxx-commits] [libcxx] [libc++][chrono] Loads leap-seconds.list in tzdb. (PR #82113)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 27 12:47:25 PDT 2024
================
@@ -0,0 +1,85 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// UNSUPPORTED: c++03, c++11, c++14, c++17
+// UNSUPPORTED: no-filesystem, no-localization, no-tzdb
+
+// TODO TZDB test whether this can be enabled with gcc 14.
+// UNSUPPORTED: gcc
----------------
mordante wrote:
There is an infinite? recursion in `operator<=>`. This causes the CI (and my local system) to run out of memory. Since the release of GCC-14 is close I don't feel like investigating GCC-13. (This code is in the experimental library is has still quite a bit of work left before it gets production ready.)
https://github.com/llvm/llvm-project/pull/82113
More information about the libcxx-commits
mailing list