[clang] [libcxx] [libcxx] Support for using timespec_get (PR #117362)

2024-12-17 Thread Petr Hosek via cfe-commits
https://github.com/petrhosek closed https://github.com/llvm/llvm-project/pull/117362 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [libcxx] [libcxx] Support for using timespec_get (PR #117362)

2024-12-17 Thread Petr Hosek via cfe-commits
https://github.com/petrhosek updated https://github.com/llvm/llvm-project/pull/117362 >From f9f2fb604d49496fbbc65948d657de7f2638123c Mon Sep 17 00:00:00 2001 From: Petr Hosek Date: Fri, 22 Nov 2024 10:47:06 -0800 Subject: [PATCH 1/2] [libcxx] Support for using timespec_get clock_gettime is a P

[clang] [libcxx] [libcxx] Support for using timespec_get (PR #117362)

2024-12-10 Thread Louis Dionne via cfe-commits
ldionne wrote: Gentle ping https://github.com/llvm/llvm-project/pull/117362 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [libcxx] [libcxx] Support for using timespec_get (PR #117362)

2024-11-28 Thread Louis Dionne via cfe-commits
https://github.com/ldionne approved this pull request. The libc++ part LGTM. I don't really understand the `Fuchsia-stage2.cmake` changes but I'm not sure I need to. However, please rebase this on top of `main` and make sure that the CI is green before you merge. https://github.com/llvm/llvm-

[clang] [libcxx] [libcxx] Support for using timespec_get (PR #117362)

2024-11-22 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Petr Hosek (petrhosek) Changes clock_gettime is a POSIX API that may not be available on platforms like baremetal; timespec_get is the C11 equivalent. This change adds support for using timespec_get instead of clock_gettime to improve com

[clang] [libcxx] [libcxx] Support for using timespec_get (PR #117362)

2024-11-22 Thread Petr Hosek via cfe-commits
https://github.com/petrhosek created https://github.com/llvm/llvm-project/pull/117362 clock_gettime is a POSIX API that may not be available on platforms like baremetal; timespec_get is the C11 equivalent. This change adds support for using timespec_get instead of clock_gettime to improve comp