Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libc / src / errno / CMakeLists.txt
blobe8868dc48c5e97c4a35ccec44b37d6c3a0cb5e09
1 add_entrypoint_object(
2   errno
3   SRCS
4     libc_errno.cpp
5   HDRS
6     libc_errno.h     # Include this
7   DEPENDS
8     libc.include.errno
9     libc.src.__support.common