llvm-project/libc/config/linux/CMakeLists.txt
Siva Chandra Reddy 5d59385ba6 [libc] Setup TLS in x86_64 loader.
The new code added is still very x86_64 specific. AArch64 support will
be added very soon and refactoring of the loader code will be done as
part of the patches adding it.

Reviewed By: asteinhauser

Differential Revision: https://reviews.llvm.org/D82700
2020-08-07 23:19:03 -07:00

18 lines
280 B
CMake

add_gen_header(
linux_syscall_h
DEF_FILE syscall.h.def
GEN_HDR syscall.h
PARAMS
inline_syscalls=${LIBC_TARGET_MACHINE}/syscall.h.inc
DATA_FILES
${LIBC_TARGET_MACHINE}/syscall.h.inc
DEPENDS
libc.src.__support.common
)
add_header(
app_h
HDR
app.h
)