repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLD][COFF] Emit tail merge pdata for delay load thunks on ARM64EC (#116810)
[llvm-project.git]
/
libc
/
startup
/
gpu
/
nvptx
/
CMakeLists.txt
blob
b67a5a2cc89fb24fde63cd1c363d06d0a6a342a8
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
14
)
15
get_fq_target_name(crt1 fq_name)