diff options
author | Mikhail R. Gadelha <mikhail@igalia.com> | 2025-05-16 18:55:32 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-16 18:55:32 -0300 |
commit | ba38e56c989af932eaa7b287a8e6197abf693e57 (patch) | |
tree | 68996f5d451714372fa81765fe942b15e97e4057 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 33684ac9be4892579f63a8e2b67080419426cf98 (diff) | |
download | llvm-ba38e56c989af932eaa7b287a8e6197abf693e57.zip llvm-ba38e56c989af932eaa7b287a8e6197abf693e57.tar.gz llvm-ba38e56c989af932eaa7b287a8e6197abf693e57.tar.bz2 |
[libc] Enable setitimer and getitimer functions on riscv (#139182)
These functions don't have a _time64 variant, so we can't use time_t
directly (since our time_t is a uint64_t). The workaround is to use
longs when doing the syscall and write back when necessary.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions