llvm-project/libc/config/linux/CMakeLists.txt
Siva Chandra Reddy fe2cc14ad4 [libc] Align the stack pointer in the start function.
The loader TLS test for x86_64, which now passes, has been enabled.
A future change should enable the test for aarch64 as well.

Reviewed By: jeffbailey

Differential Revision: https://reviews.llvm.org/D121091
2022-03-07 19:45:53 +00:00

8 lines
78 B
CMake

add_header(
app_h
HDR
app.h
DEPENDS
libc.src.__support.common
)