[libc-commits] [libc] 83bd242 - [libc][Obvious] Remove DEPS for unistd.h in CMake file of memmove.
Cheng Wang via libc-commits
libc-commits at lists.llvm.org
Fri Jan 29 01:07:30 PST 2021
Author: Cheng Wang
Date: 2021-01-29T17:05:24+08:00
New Revision: 83bd24220206765b1855514e3435c52ae8be8706
URL: https://github.com/llvm/llvm-project/commit/83bd24220206765b1855514e3435c52ae8be8706
DIFF: https://github.com/llvm/llvm-project/commit/83bd24220206765b1855514e3435c52ae8be8706.diff
LOG: [libc][Obvious] Remove DEPS for unistd.h in CMake file of memmove.
Added:
Modified:
libc/src/string/CMakeLists.txt
Removed:
################################################################################
diff --git a/libc/src/string/CMakeLists.txt b/libc/src/string/CMakeLists.txt
index e40eeb16b907..19eab39dde5c 100644
--- a/libc/src/string/CMakeLists.txt
+++ b/libc/src/string/CMakeLists.txt
@@ -73,7 +73,6 @@ add_entrypoint_object(
HDRS
memmove.h
DEPENDS
- libc.include.unistd
libc.src.stdlib.abs_utils
libc.src.string.memcpy
)
More information about the libc-commits
mailing list