Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libc / src / stdlib / gpu / CMakeLists.txt
blob71ae10648d004e57f329890aceb7b5ccba5159f1
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
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
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