[all-commits] [llvm/llvm-project] d08063: [libc] Add strstr implementation.

Chris Gyurgyik via All-commits all-commits at lists.llvm.org
Tue Jul 21 08:39:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d080635bfca25e66edd5c5dd333bbd1f8eb70a77
      https://github.com/llvm/llvm-project/commit/d080635bfca25e66edd5c5dd333bbd1f8eb70a77
  Author: cgyurgyik <gyurgyikcp at gmail.com>
  Date:   2020-07-21 (Tue, 21 Jul 2020)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/src/string/CMakeLists.txt
    A libc/src/string/strstr.cpp
    A libc/src/string/strstr.h
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/strstr_test.cpp

  Log Message:
  -----------
  [libc] Add strstr implementation.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D83956




More information about the All-commits mailing list