[LLD][COFF] Emit tail merge pdata for delay load thunks on ARM64EC (#116810)
[llvm-project.git] / libc / startup / gpu / nvptx / CMakeLists.txt
blobb67a5a2cc89fb24fde63cd1c363d06d0a6a342a8
1 add_startup_object(
2   crt1
3   SRC
4     start.cpp
5   DEPENDS
6     libc.config.app_h
7     libc.src.__support.RPC.rpc_client
8     libc.src.__support.GPU.utils
9     libc.src.stdlib.exit
10     libc.src.stdlib.atexit
11   COMPILE_OPTIONS
12     -ffreestanding # To avoid compiler warnings about calling the main function.
13     -fno-builtin
15 get_fq_target_name(crt1 fq_name)