[all-commits] [llvm/llvm-project] c92d1a: [libc] Decouple string functions.
Chris Gyurgyik via All-commits
all-commits at lists.llvm.org
Mon Sep 14 09:23:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c92d1aa44b132597d57523a90342b3e620dbdb1e
https://github.com/llvm/llvm-project/commit/c92d1aa44b132597d57523a90342b3e620dbdb1e
Author: cgyurgyik <gyurgyikcp at gmail.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M libc/src/string/CMakeLists.txt
M libc/src/string/memchr.cpp
M libc/src/string/strcat.cpp
M libc/src/string/strcpy.cpp
M libc/src/string/string_utils.h
M libc/src/string/strlen.cpp
M libc/src/string/strnlen.cpp
Log Message:
-----------
[libc] Decouple string functions.
This revision removes dependencies that exist between different string functions. This allows for the libc user to use a specific function X of this library without also depending on Y and Z.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D87421
More information about the All-commits
mailing list