[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / libc / startup / linux / aarch64 / CMakeLists.txt
blob5564f0a8f687e69c4d2c7d7442ed684e22292d45
1 add_startup_object(
2   tls
3   SRC
4     tls.cpp
5   DEPENDS
6     libc.config.app_h
7     libc.include.sys_mman
8     libc.include.sys_syscall
9     libc.src.__support.OSUtil.osutil
10     libc.src.string.memory_utils.inline_memcpy
11   COMPILE_OPTIONS
12     -fno-omit-frame-pointer
13     -ffreestanding # To avoid compiler warnings about calling the main function.
16 add_startup_object(
17   start
18   SRC
19     start.cpp
20   DEPENDS
21     libc.config.app_h
22   COMPILE_OPTIONS
23     -fno-omit-frame-pointer
24     -ffreestanding # To avoid compiler warnings about calling the main function.