[all-commits] [llvm/llvm-project] b4ab39: [libc] Implement strsep
Alex Brachet via All-commits
all-commits at lists.llvm.org
Thu Apr 6 10:49:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4ab398cb11b6adb39bcd13db315b59c763d1b08
https://github.com/llvm/llvm-project/commit/b4ab398cb11b6adb39bcd13db315b59c763d1b08
Author: Alex Brachet <abrachet at google.com>
Date: 2023-04-06 (Thu, 06 Apr 2023)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/arm/entrypoints.txt
M libc/config/linux/riscv64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/bsd_ext.td
M libc/src/string/CMakeLists.txt
M libc/src/string/string_utils.h
A libc/src/string/strsep.cpp
A libc/src/string/strsep.h
M libc/test/src/string/CMakeLists.txt
A libc/test/src/string/strsep_test.cpp
Log Message:
-----------
[libc] Implement strsep
Differential Revision: https://reviews.llvm.org/D147503
More information about the All-commits
mailing list