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