[compiler-rt] 5d7b75e - [NFC][memprof] Temporarly remove RTSanitizerCommonSymbolizerInternal

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 22:40:31 PDT 2023


Author: Vitaly Buka
Date: 2023-09-07T22:39:37-07:00
New Revision: 5d7b75e2a5846f72f04a6fdb25a0df338f1825a1

URL: https://github.com/llvm/llvm-project/commit/5d7b75e2a5846f72f04a6fdb25a0df338f1825a1
DIFF: https://github.com/llvm/llvm-project/commit/5d7b75e2a5846f72f04a6fdb25a0df338f1825a1.diff

LOG: [NFC][memprof] Temporarly remove RTSanitizerCommonSymbolizerInternal

It's not supposed to be used anywere yet, as it was just added.

Added: 
    

Modified: 
    compiler-rt/lib/memprof/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/memprof/CMakeLists.txt b/compiler-rt/lib/memprof/CMakeLists.txt
index 2728a692750212..3f55c2f5e075ee 100644
--- a/compiler-rt/lib/memprof/CMakeLists.txt
+++ b/compiler-rt/lib/memprof/CMakeLists.txt
@@ -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


        


More information about the llvm-commits mailing list