Moving memmove implementation to its own file for symmetry with other mem functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D136687
[libc][NFC] move memmove implementation ClosedPublic Authored by gchatelet on Oct 25 2022, 7:37 AM.
Details
Summary Moving memmove implementation to its own file for symmetry with other mem functions.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 25 2022, 7:37 AM Closed by commit rGa5f4f12b5e8f: [libc][NFC] move memmove implementation (authored by gchatelet). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 475745 libc/src/string/CMakeLists.txt
libc/src/string/memmove.cpp
libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/memmove_implementations.h
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
|