Skip to content

Commit

Permalink
[NFC][memprof] Temporarly remove RTSanitizerCommonSymbolizerInternal
Browse files Browse the repository at this point in the history
It's not supposed to be used anywere yet, as it was just added.
  • Loading branch information
vitalybuka committed Sep 8, 2023
1 parent cf51876 commit 5d7b75e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compiler-rt/lib/memprof/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ set(MEMPROF_COMMON_RUNTIME_OBJECT_LIBS
RTSanitizerCommonLibc
RTSanitizerCommonCoverage
RTSanitizerCommonSymbolizer
RTSanitizerCommonSymbolizerInternal)
# FIXME: hangs.
# RTSanitizerCommonSymbolizerInternal
)

add_compiler_rt_runtime(clang_rt.memprof
STATIC
Expand Down

0 comments on commit 5d7b75e

Please sign in to comment.