diff --git a/compiler-rt/lib/ctx_profile/CMakeLists.txt b/compiler-rt/lib/ctx_profile/CMakeLists.txt index 621b7d30b76d4..80e71acc38f8a 100644 --- a/compiler-rt/lib/ctx_profile/CMakeLists.txt +++ b/compiler-rt/lib/ctx_profile/CMakeLists.txt @@ -14,15 +14,6 @@ include_directories(../../include) # We don't use the C++ Standard Library here, so avoid including it by mistake. append_list_if(COMPILER_RT_HAS_NOSTDINCXX_FLAG -nostdinc++ EXTRA_FLAGS) -add_compiler_rt_runtime(clang_rt.ctx_profile - STATIC - ARCHS ${CTX_PROFILE_SUPPORTED_ARCH} - OBJECT_LIBS RTSanitizerCommon RTSanitizerCommonLibc - CFLAGS ${EXTRA_FLAGS} - SOURCES ${CTX_PROFILE_SOURCES} - ADDITIONAL_HEADERS ${CTX_PROFILE_HEADERS} - PARENT_TARGET ctx_profile) - if(COMPILER_RT_INCLUDE_TESTS) add_subdirectory(tests) endif()