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
[libc][NFC] Move aligned access implementations to separate header
[llvm-project.git]
/
libc
/
src
/
time
/
linux
/
CMakeLists.txt
blob
c3f11c317f5d03d656f4b1db76db03b25546c2ea
1
add_entrypoint_object(
2
time
3
SRCS
4
time.cpp
5
HDRS
6
../time_func.h
7
DEPENDS
8
libc.include.time
9
libc.include.sys_syscall
10
libc.src.__support.OSUtil.osutil
11
libc.src.errno.errno
12
)
13
14
add_entrypoint_object(
15
clock
16
SRCS
17
clock.cpp
18
HDRS
19
../clock.h
20
DEPENDS
21
libc.include.time
22
libc.include.sys_syscall
23
libc.src.__support.CPP.limits
24
libc.src.__support.OSUtil.osutil
25
libc.src.errno.errno
26
)