[libc-commits] [libc] 4e88308 - [libc] Add a missing deps to the linux syscalls target.
Siva Chandra Reddy via libc-commits
libc-commits at lists.llvm.org
Wed Mar 18 12:50:54 PDT 2020
Author: Siva Chandra Reddy
Date: 2020-03-18T12:48:53-07:00
New Revision: 4e8830830ee475559459427387f1dc765b660a07
URL: https://github.com/llvm/llvm-project/commit/4e8830830ee475559459427387f1dc765b660a07
DIFF: https://github.com/llvm/llvm-project/commit/4e8830830ee475559459427387f1dc765b660a07.diff
LOG: [libc] Add a missing deps to the linux syscalls target.
Submitted as obvious.
Added:
Modified:
libc/config/linux/CMakeLists.txt
Removed:
################################################################################
diff --git a/libc/config/linux/CMakeLists.txt b/libc/config/linux/CMakeLists.txt
index 86b178abb0de..91135bedcd50 100644
--- a/libc/config/linux/CMakeLists.txt
+++ b/libc/config/linux/CMakeLists.txt
@@ -6,6 +6,8 @@ add_gen_header(
inline_syscalls=${LIBC_TARGET_MACHINE}/syscall.h.inc
DATA_FILES
${LIBC_TARGET_MACHINE}/syscall.h.inc
+ DEPENDS
+ support_common_h
)
add_subdirectory(x86_64)
More information about the libc-commits
mailing list