Skip to content

Commit 881f20e

Browse files
Revert "[ctx_profile] Integration test (#92456)"
This reverts commit 487d5af. This was causing failures on some buildbots. https://lab.llvm.org/buildbot/#/builders/247/builds/18559
1 parent 86e511b commit 881f20e

File tree

3 files changed

+0
-116
lines changed

3 files changed

+0
-116
lines changed

compiler-rt/lib/ctx_profile/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,3 @@ append_list_if(COMPILER_RT_HAS_NOSTDINCXX_FLAG -nostdinc++ EXTRA_FLAGS)
1818
if(COMPILER_RT_INCLUDE_TESTS)
1919
add_subdirectory(tests)
2020
endif()
21-
22-
add_compiler_rt_runtime(clang_rt.ctx_profile
23-
STATIC
24-
ARCHS ${CTX_PROFILE_SUPPORTED_ARCH}
25-
OBJECT_LIBS RTSanitizerCommon RTSanitizerCommonLibc
26-
CFLAGS ${EXTRA_FLAGS}
27-
SOURCES ${CTX_PROFILE_SOURCES}
28-
ADDITIONAL_HEADERS ${CTX_PROFILE_HEADERS}
29-
PARENT_TARGET ctx_profile)

compiler-rt/test/ctx_profile/TestCases/generate-context.cpp

Lines changed: 0 additions & 103 deletions
This file was deleted.

compiler-rt/test/ctx_profile/lit.cfg.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,3 @@ def get_required_attr(config, attr_name):
2929
config.test_source_root = os.path.dirname(__file__)
3030
# Default test suffixes.
3131
config.suffixes = [".c", ".cpp", ".test"]
32-
33-
config.substitutions.append(
34-
("%clangxx ", " ".join([config.clang] + config.cxx_mode_flags) + " ")
35-
)

0 commit comments

Comments
 (0)