[libc-commits] [PATCH] D84469: [libc] Adds implementation for memrchr.
Chris Gyurgyik via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jul 24 10:50:24 PDT 2020
cgyurgyik added a comment.
In D84469#2172726 <https://reviews.llvm.org/D84469#2172726>, @sivachandra wrote:
> This is a GNU extension. So, you need to add entry to https://github.com/llvm/llvm-project/blob/master/libc/spec/gnu_ext.td and linux's `api.td`.
Done. `libc.include.string`, `check-libc`, and `libc-integration-test` all passed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84469/new/
https://reviews.llvm.org/D84469
More information about the libc-commits
mailing list