[all-commits] [llvm/llvm-project] aec908: [libc][NFC] Move bzero_inline to separate file
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Sep 26 05:58:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aec908f9b248b27cb44217081c54e2c00604dff7
https://github.com/llvm/llvm-project/commit/aec908f9b248b27cb44217081c54e2c00604dff7
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2022-09-26 (Mon, 26 Sep 2022)
Changed paths:
M libc/src/string/CMakeLists.txt
M libc/src/string/bzero.cpp
M libc/src/string/memory_utils/CMakeLists.txt
A libc/src/string/memory_utils/bzero_implementations.h
M libc/src/string/memory_utils/memset_implementations.h
M libc/src/string/stpncpy.cpp
M libc/src/string/string_utils.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][NFC] Move bzero_inline to separate file
This allows for easier discovery.
More information about the All-commits
mailing list