Skip to content

Commit 579efe0

Browse files
committed
Temporarily remove clang_rt.ctx_profile target
Trying to address the build failure on the `clang-ve-ninja`bot, which appears hard to repro locally. The target isn't needed currently (there are unit tests exercising the new functionality). Removing it for now to green-ify the build bot.
1 parent 1444e5a commit 579efe0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

compiler-rt/lib/ctx_profile/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ include_directories(../../include)
1414
# We don't use the C++ Standard Library here, so avoid including it by mistake.
1515
append_list_if(COMPILER_RT_HAS_NOSTDINCXX_FLAG -nostdinc++ EXTRA_FLAGS)
1616

17-
add_compiler_rt_runtime(clang_rt.ctx_profile
18-
STATIC
19-
ARCHS ${CTX_PROFILE_SUPPORTED_ARCH}
20-
OBJECT_LIBS RTSanitizerCommon RTSanitizerCommonLibc
21-
CFLAGS ${EXTRA_FLAGS}
22-
SOURCES ${CTX_PROFILE_SOURCES}
23-
ADDITIONAL_HEADERS ${CTX_PROFILE_HEADERS}
24-
PARENT_TARGET ctx_profile)
25-
2617
if(COMPILER_RT_INCLUDE_TESTS)
2718
add_subdirectory(tests)
2819
endif()

0 commit comments

Comments
 (0)