Skip to content

Commit 5d7b75e

Browse files
committed
[NFC][memprof] Temporarly remove RTSanitizerCommonSymbolizerInternal
It's not supposed to be used anywere yet, as it was just added.
1 parent cf51876 commit 5d7b75e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compiler-rt/lib/memprof/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ set(MEMPROF_COMMON_RUNTIME_OBJECT_LIBS
128128
RTSanitizerCommonLibc
129129
RTSanitizerCommonCoverage
130130
RTSanitizerCommonSymbolizer
131-
RTSanitizerCommonSymbolizerInternal)
131+
# FIXME: hangs.
132+
# RTSanitizerCommonSymbolizerInternal
133+
)
132134

133135
add_compiler_rt_runtime(clang_rt.memprof
134136
STATIC

0 commit comments

Comments
 (0)