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
/
time
/
gpu
/
CMakeLists.txt
blob
bb79d92399b37869915e819aa2af40fe9f2407c3
1
add_object_library(
2
time_utils
3
SRCS
4
time_utils.cpp
5
HDRS
6
time_utils.h
7
)
8
9
add_entrypoint_object(
10
clock
11
SRCS
12
clock.cpp
13
HDRS
14
../clock.h
15
DEPENDS
16
libc.include.time
17
libc.src.__support.GPU.utils
18
.time_utils
19
)
20
21
add_entrypoint_object(
22
nanosleep
23
SRCS
24
nanosleep.cpp
25
HDRS
26
../nanosleep.h
27
DEPENDS
28
libc.include.time
29
libc.src.__support.GPU.utils
30
.time_utils
31
)