[all-commits] [llvm/llvm-project] d33ae4: [libc] Implemented utimes (Issue #133953) (#134167)
Aditya Tejpaul via All-commits
all-commits at lists.llvm.org
Thu Apr 3 16:19:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d33ae41c621dfbfb1eda5d469e2fb146ef49fbf9
https://github.com/llvm/llvm-project/commit/d33ae41c621dfbfb1eda5d469e2fb146ef49fbf9
Author: Aditya Tejpaul <97700214+hoarfrost32 at users.noreply.github.com>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/sys/time.yaml
M libc/src/sys/CMakeLists.txt
A libc/src/sys/time/CMakeLists.txt
A libc/src/sys/time/linux/CMakeLists.txt
A libc/src/sys/time/linux/utimes.cpp
A libc/src/sys/time/utimes.h
M libc/test/src/sys/CMakeLists.txt
A libc/test/src/sys/time/CMakeLists.txt
A libc/test/src/sys/time/utimes_test.cpp
Log Message:
-----------
[libc] Implemented utimes (Issue #133953) (#134167)
This pull request implements the `utimes` command in libc ([Issue
#133953](https://github.com/llvm/llvm-project/issues/133953)).
- [x] Add the implementation of `utimes` in `/src/sys/time`.
- [x] Add tests for `utimes` in `/test/src/sys/time`.
- [x] Add `utimes` to
[entrypoints.txt](https://github.com/llvm/llvm-project/blob/main/libc/config/linux/x86_64/entrypoints.txt)
for at least x86_64 and whatever you're building on
- [x] Add `utimes` to
[include/sys/time.yaml](https://github.com/llvm/llvm-project/blob/main/libc/include/sys/time.yaml)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list