Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libc / src / stdio / linux / CMakeLists.txt
blob3b5a9960dc125eb63d6ced2e097c7566ab8c8049
1 add_entrypoint_object(
2   remove
3   SRCS
4     remove.cpp
5   HDRS
6     ../remove.h
7   DEPENDS
8     libc.include.fcntl
9     libc.include.unistd
10     libc.include.sys_syscall
11     libc.src.__support.OSUtil.osutil
12     libc.src.errno.errno