blob: bb4fd9e23a7e890c2f01826a04e3764873bdf729 [file] [log] [blame]
set(PROFILE_SOURCES
GCDAProfiling.c)
filter_available_targets(PROFILE_SUPPORTED_ARCH x86_64 i386)
if(APPLE)
add_compiler_rt_osx_static_runtime(clang_rt.profile_osx
ARCH ${PROFILE_SUPPORTED_ARCH}
SOURCES ${PROFILE_SOURCES})
else()
foreach(arch ${PROFILE_SUPPORTED_ARCH})
add_compiler_rt_static_runtime(clang_rt.profile-${arch}
${arch}
SOURCES ${PROFILE_SOURCES})
endforeach()
endif()