mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 16:26:36 +00:00
[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.
This commit is contained in:
parent
56cb5cbfcd
commit
c906907d87
@ -11,4 +11,5 @@ set(COMPILER_RT_BUILD_BUILTINS OFF CACHE BOOL "")
|
|||||||
set(COMPILER_RT_BUILD_SANITIZERS OFF CACHE BOOL "")
|
set(COMPILER_RT_BUILD_SANITIZERS OFF CACHE BOOL "")
|
||||||
set(COMPILER_RT_BUILD_XRAY OFF CACHE BOOL "")
|
set(COMPILER_RT_BUILD_XRAY OFF CACHE BOOL "")
|
||||||
set(COMPILER_RT_BUILD_MEMPROF OFF CACHE BOOL "")
|
set(COMPILER_RT_BUILD_MEMPROF OFF CACHE BOOL "")
|
||||||
|
set(COMPILER_RT_BUILD_CTX_PROFILE OFF CACHE BOOL "")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user