[compiler-rt] c906907 - [hexagon][cmake] Disable ctx_profile (#117965)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 13:47:23 PST 2024
Author: Brian Cain
Date: 2024-12-02T15:47:20-06:00
New Revision: c906907d871d840b176cd0101863b7be3f33dee9
URL: https://github.com/llvm/llvm-project/commit/c906907d871d840b176cd0101863b7be3f33dee9
DIFF: https://github.com/llvm/llvm-project/commit/c906907d871d840b176cd0101863b7be3f33dee9.diff
LOG: [hexagon][cmake] Disable ctx_profile (#117965)
Since #105495, we will build sanitizer_common when
COMPILER_RT_BUILD_CTX_PROFILE is set. But we have outstanding failures
when building sanitizer_common, so for now we'll disable ctx_profile
too.
Added:
Modified:
compiler-rt/cmake/caches/hexagon-linux-clangrt.cmake
Removed:
################################################################################
diff --git a/compiler-rt/cmake/caches/hexagon-linux-clangrt.cmake b/compiler-rt/cmake/caches/hexagon-linux-clangrt.cmake
index baf149306f91bb..4f1d67dcb38e01 100644
--- a/compiler-rt/cmake/caches/hexagon-linux-clangrt.cmake
+++ b/compiler-rt/cmake/caches/hexagon-linux-clangrt.cmake
@@ -11,4 +11,5 @@ set(COMPILER_RT_BUILD_BUILTINS OFF CACHE BOOL "")
set(COMPILER_RT_BUILD_SANITIZERS OFF CACHE BOOL "")
set(COMPILER_RT_BUILD_XRAY OFF CACHE BOOL "")
set(COMPILER_RT_BUILD_MEMPROF OFF CACHE BOOL "")
+set(COMPILER_RT_BUILD_CTX_PROFILE OFF CACHE BOOL "")
More information about the llvm-commits
mailing list