Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libc / test / src / __support / OSUtil / CMakeLists.txt
blobc8818d4715d0f9029a6c34a8885070921d4ce630
1 add_custom_target(libc-osutil-tests)
3 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
4   add_subdirectory(${LIBC_TARGET_OS})
5 endif()