[libcxx-commits] [PATCH] D154282: [libc++][chrono] Adds tzdb_list implementation.
Vlad Vereschaka via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 6 20:34:30 PDT 2023
vvereschaka added a comment.
Hi @Mordante ,
here is few failed libc++ tests on Arm/Aarch64 Ubuntu targets with the following error:
libc++abi: terminating due to uncaught exception of type std::runtime_error: corrupt tzdb: expected character '#'
- https://lab.llvm.org/buildbot/#/builders/60/builds/13787
- https://lab.llvm.org/buildbot/#/builders/119/builds/14997
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154282/new/
https://reviews.llvm.org/D154282
More information about the libcxx-commits
mailing list