2 set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR OFF CACHE BOOL "")
3 set(LLVM_DEFAULT_TARGET_TRIPLE hexagon-unknown-linux-musl CACHE STRING "")
5 set(COMPILER_RT_USE_LLVM_UNWINDER ON CACHE BOOL "")
7 # Some build failures here, including the inline asm in
8 # `compiler-rt/lib/sanitizer_common/sanitizer_redefine_builtins.h`, so
9 # we can just disable these for now:
10 set(COMPILER_RT_BUILD_BUILTINS OFF CACHE BOOL "")
11 set(COMPILER_RT_BUILD_SANITIZERS OFF CACHE BOOL "")
12 set(COMPILER_RT_BUILD_XRAY OFF CACHE BOOL "")
13 set(COMPILER_RT_BUILD_MEMPROF OFF CACHE BOOL "")
14 set(COMPILER_RT_BUILD_CTX_PROFILE OFF CACHE BOOL "")