19 lines · plain
1# This file sets up a CMakeCache for GPU builds of compiler-rt. This supports2# amdgcn and nvptx builds targeting the builtins library.3 4set(COMPILER_RT_INCLUDE_TESTS OFF CACHE BOOL "")5set(COMPILER_RT_HAS_SAFESTACK OFF CACHE BOOL "")6 7set(COMPILER_RT_BUILD_BUILTINS ON CACHE BOOL "")8set(COMPILER_RT_BAREMETAL_BUILD ON CACHE BOOL "")9set(COMPILER_RT_BUILD_CRT OFF CACHE BOOL "")10set(COMPILER_RT_BUILD_SANITIZERS OFF CACHE BOOL "")11set(COMPILER_RT_BUILD_XRAY OFF CACHE BOOL "")12set(COMPILER_RT_BUILD_LIBFUZZER OFF CACHE BOOL "")13set(COMPILER_RT_BUILD_PROFILE OFF CACHE BOOL "")14set(COMPILER_RT_BUILD_MEMPROF OFF CACHE BOOL "")15set(COMPILER_RT_BUILD_XRAY_NO_PREINIT OFF CACHE BOOL "")16set(COMPILER_RT_BUILD_ORC OFF CACHE BOOL "")17set(COMPILER_RT_BUILD_GWP_ASAN OFF CACHE BOOL "")18set(COMPILER_RT_BUILD_SCUDO_SANTDALONE_WITH_LLVM_LIBC OFF CACHE BOOL "")19