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
/
sys
/
random
/
linux
/
CMakeLists.txt
blob
474e275ee597a84f31862a5549c95438d0336430
1
add_entrypoint_object(
2
getrandom
3
SRCS
4
getrandom.cpp
5
HDRS
6
../getrandom.h
7
DEPENDS
8
libc.include.sys_random
9
libc.include.sys_syscall
10
libc.src.__support.OSUtil.osutil
11
libc.src.errno.errno
12
)