Skip to content

Commit

Permalink
[hexagon][cmake] Disable ctx_profile (llvm#117965)
Browse files Browse the repository at this point in the history
Since llvm#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.
  • Loading branch information
androm3da authored and pull[bot] committed Dec 11, 2024
1 parent b83e1db commit 2628042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler-rt/cmake/caches/hexagon-linux-clangrt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")

0 comments on commit 2628042

Please sign in to comment.