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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
libc
/
src
/
stdlib
/
gpu
/
CMakeLists.txt
blob
71ae10648d004e57f329890aceb7b5ccba5159f1
1
add_entrypoint_object(
2
malloc
3
SRCS
4
malloc.cpp
5
HDRS
6
../malloc.h
7
DEPENDS
8
libc.include.stdlib
9
libc.src.__support.RPC.rpc_client
10
)
11
12
add_entrypoint_object(
13
free
14
SRCS
15
free.cpp
16
HDRS
17
../free.h
18
DEPENDS
19
libc.include.stdlib
20
libc.src.__support.RPC.rpc_client
21
)
22
23
add_entrypoint_object(
24
abort
25
SRCS
26
abort.cpp
27
HDRS
28
../abort.h
29
DEPENDS
30
libc.include.stdlib
31
libc.src.__support.RPC.rpc_client
32
)