[libc-commits] [libc] [libc] Implement `search/lsearch` (PR #131431)
via libc-commits
libc-commits at lists.llvm.org
Mon Mar 17 09:05:40 PDT 2025
================
@@ -69,3 +69,13 @@ functions:
- type: size_t *
- type: size_t
- type: __lsearchcompare_t
+ - name: lsearch
----------------
lntue wrote:
I think you'll need to add target for this header in `libc/include/CMakeLists.txt`. You'll need to try full build to see if the header is generated or not.
https://github.com/llvm/llvm-project/pull/131431
More information about the libc-commits
mailing list