forked from OSchip/llvm-project
[libc] Add a missing deps to the linux syscalls target.
Submitted as obvious.
This commit is contained in:
parent
ebec984e14
commit
4e8830830e
|
@ -6,6 +6,8 @@ add_gen_header(
|
||||||
inline_syscalls=${LIBC_TARGET_MACHINE}/syscall.h.inc
|
inline_syscalls=${LIBC_TARGET_MACHINE}/syscall.h.inc
|
||||||
DATA_FILES
|
DATA_FILES
|
||||||
${LIBC_TARGET_MACHINE}/syscall.h.inc
|
${LIBC_TARGET_MACHINE}/syscall.h.inc
|
||||||
|
DEPENDS
|
||||||
|
support_common_h
|
||||||
)
|
)
|
||||||
|
|
||||||
add_subdirectory(x86_64)
|
add_subdirectory(x86_64)
|
||||||
|
|
Loading…
Reference in New Issue