Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/spec/stdc.td | ||
---|---|---|
218 ↗ | (On Diff #478869) | This should go in to https://github.com/llvm/llvm-project/blob/main/libc/spec/llvm_libc_ext.td. |
Paths
| Differential D138994
[libc] Add bcopy ClosedPublic Authored by gchatelet on Nov 30 2022, 2:50 AM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 30 2022, 2:50 AM sivachandra added inline comments.
This revision is now accepted and ready to land.Nov 30 2022, 9:55 AM This revision was landed with ongoing or failed builds.Dec 1 2022, 1:52 AM This revision was automatically updated to reflect the committed changes. gchatelet added a reverting change: rGc5fe7eb2162e: Revert D138994 "[libc] Add bcopy".Dec 1 2022, 1:56 AM
Revision Contents
Diff 479200 libc/config/darwin/arm/entrypoints.txt
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/arm/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/config/windows/entrypoints.txt
libc/docs/strings.rst
libc/spec/llvm_libc_ext.td
libc/src/string/CMakeLists.txt
libc/src/string/bcopy.h
libc/src/string/bcopy.cpp
libc/test/src/string/CMakeLists.txt
libc/test/src/string/bcopy_test.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
utils/bazel/llvm-project-overlay/libc/test/src/string/BUILD.bazel
|