Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libc / src / wchar / CMakeLists.txt
blob7af881dac79e8c30d71052704a77dd52ab43c1bc
2 add_entrypoint_object(
3   wctob
4   SRCS
5     wctob.cpp
6   HDRS
7     wctob.h
8   DEPENDS 
9     libc.include.stdio
10     libc.include.wchar
11     libc.src.__support.wctype_utils