Skip to content

Commit c906907

Browse files
authored
[hexagon][cmake] Disable ctx_profile (llvm#117965)
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.
1 parent 56cb5cb commit c906907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/cmake/caches/hexagon-linux-clangrt.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ set(COMPILER_RT_BUILD_BUILTINS OFF CACHE BOOL "")
1111
set(COMPILER_RT_BUILD_SANITIZERS OFF CACHE BOOL "")
1212
set(COMPILER_RT_BUILD_XRAY OFF CACHE BOOL "")
1313
set(COMPILER_RT_BUILD_MEMPROF OFF CACHE BOOL "")
14+
set(COMPILER_RT_BUILD_CTX_PROFILE OFF CACHE BOOL "")
1415

0 commit comments

Comments
 (0)