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