[all-commits] [llvm/llvm-project] a678f8: [libc] Implement getopt
Alex Brachet via All-commits
all-commits at lists.llvm.org
Wed Oct 26 23:24:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a678f86351c30a7d57197ffefab4e6e44e61a857
https://github.com/llvm/llvm-project/commit/a678f86351c30a7d57197ffefab4e6e44e61a857
Author: Alex Brachet <abrachet at google.com>
Date: 2022-10-27 (Thu, 27 Oct 2022)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/CMakeLists.txt
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/__getoptargv_t.h
M libc/spec/posix.td
M libc/src/unistd/CMakeLists.txt
A libc/src/unistd/getopt.cpp
A libc/src/unistd/getopt.h
M libc/test/src/unistd/CMakeLists.txt
A libc/test/src/unistd/getopt_test.cpp
Log Message:
-----------
[libc] Implement getopt
Differential Revision: https://reviews.llvm.org/D133487
More information about the All-commits
mailing list