[all-commits] [llvm/llvm-project] e8a2af: [libc] Adds strrchr implementation.

Chris Gyurgyik via All-commits all-commits at lists.llvm.org
Fri Jul 31 11:39:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e8a2af28afd5b4370fb66d8810ff979d1cb4d45b
      https://github.com/llvm/llvm-project/commit/e8a2af28afd5b4370fb66d8810ff979d1cb4d45b
  Author: cgyurgyik <gyurgyikcp at gmail.com>
  Date:   2020-07-31 (Fri, 31 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/strrchr.cpp
    A libc/src/string/strrchr.h
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/strrchr_test.cpp

  Log Message:
  -----------
  [libc] Adds strrchr implementation.

Reviewed By: sivachandra

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




More information about the All-commits mailing list