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
[clang-tidy][use-internal-linkage] fix false positive for consteval function (#122141)
[llvm-project.git]
/
libc
/
src
/
fcntl
/
linux
/
CMakeLists.txt
blob
580db16cd4132052afa66b9782f118a124340417
1
add_entrypoint_object(
2
creat
3
SRCS
4
creat.cpp
5
HDRS
6
../creat.h
7
DEPENDS
8
libc.hdr.fcntl_macros
9
libc.src.__support.OSUtil.osutil
10
libc.src.errno.errno
11
)
12
13
add_entrypoint_object(
14
fcntl
15
SRCS
16
fcntl.cpp
17
HDRS
18
../fcntl.h
19
DEPENDS
20
libc.hdr.fcntl_macros
21
libc.src.__support.OSUtil.osutil
22
)
23
24
add_entrypoint_object(
25
open
26
SRCS
27
open.cpp
28
HDRS
29
../open.h
30
DEPENDS
31
libc.hdr.types.mode_t
32
libc.hdr.fcntl_macros
33
libc.src.__support.OSUtil.osutil
34
libc.src.errno.errno
35
)
36
37
add_entrypoint_object(
38
openat
39
SRCS
40
openat.cpp
41
HDRS
42
../openat.h
43
DEPENDS
44
libc.hdr.types.mode_t
45
libc.src.__support.OSUtil.osutil
46
libc.src.errno.errno
47
)