1 if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
5 add_subdirectory(${LIBC_TARGET_OS})
6 set(target_os_util libc.src.__support.OSUtil.${LIBC_TARGET_OS}.${LIBC_TARGET_OS}_util)
7 if(NOT TARGET ${target_os_util})
11 # The OSUtil is an object library in GPU mode.
12 if(NOT LIBC_TARGET_ARCHITECTURE_IS_GPU)