[libc-commits] [PATCH] D110222: [libc] Add an implementation of bsearch.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Sep 22 09:06:54 PDT 2021


sivachandra updated this revision to Diff 374253.
sivachandra added a comment.

Remove a copy-paste error.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110222/new/

https://reviews.llvm.org/D110222

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/spec.td
  libc/spec/stdc.td
  libc/src/stdlib/CMakeLists.txt
  libc/src/stdlib/bsearch.cpp
  libc/src/stdlib/bsearch.h
  libc/test/src/stdlib/CMakeLists.txt
  libc/test/src/stdlib/bsearch_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110222.374253.patch
Type: text/x-patch
Size: 8945 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210922/03a744a6/attachment-0001.bin>


More information about the libc-commits mailing list