[libcxx-commits] [libcxx] [libc++][TZDB] Implements time_zone get_info(local_time). (PR #89537)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 11 08:16:07 PDT 2024


mordante wrote:

> > Also here https://lab.llvm.org/buildbot/#/builders/236/builds/11695
> > Test was disabled with [503fb1a](https://github.com/llvm/llvm-project/commit/503fb1aaf4b322173721fbf3855f2168cf6b230b) by @fmayer
> 
> @fmayer do you know the reason why it hangs? If not, maybe the correct approach is to revert this patch and investigate. hwasan+libc++ users may hit this issue in their programs.

The test is not the fastest, so enabling sanitizer might trigger a time-out. This feature is still experimental in libc++ and I've not looked at performance improvements. (I know there are several improvements that can be done, but I first want working code and benchmarks.)

https://github.com/llvm/llvm-project/pull/89537


More information about the libcxx-commits mailing list