[all-commits] [llvm/llvm-project] 05e161: [libc] This adds the strcmp (string compare) imple...
Chris Gyurgyik via All-commits
all-commits at lists.llvm.org
Fri Jun 19 13:12:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 05e1612c4345353680752bad23eb52eba3ab51a3
https://github.com/llvm/llvm-project/commit/05e1612c4345353680752bad23eb52eba3ab51a3
Author: cgyurgyik <gyurgyikcp at gmail.com>
Date: 2020-06-19 (Fri, 19 Jun 2020)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/src/string/CMakeLists.txt
A libc/src/string/strcmp.cpp
A libc/src/string/strcmp.h
M libc/test/src/string/CMakeLists.txt
A libc/test/src/string/strcmp_test.cpp
Log Message:
-----------
[libc] This adds the strcmp (string compare) implementation.
Reviewed-by: sivachandra
Differential Revision: https://reviews.llvm.org/D82134
More information about the All-commits
mailing list