Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libc / src / sys / random / CMakeLists.txt
blob2291a86934a0fef058269b0bc023877642894e5a
1 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
2   add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
3 endif()
5 add_entrypoint_object(
6   getrandom
7   ALIAS
8   DEPENDS
9     .${LIBC_TARGET_OS}.getrandom