[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / compiler-rt / cmake / caches / GPU.cmake
blobe448774cf145766b1f617099bac96c6e7226e4b8
1 # This file sets up a CMakeCache for GPU builds of compiler-rt. This supports
2 # amdgcn and nvptx builds targeting the builtins library.
4 set(COMPILER_RT_INCLUDE_TESTS OFF CACHE BOOL "")
5 set(COMPILER_RT_HAS_SAFESTACK OFF CACHE BOOL "")
7 set(COMPILER_RT_BUILD_BUILTINS ON CACHE BOOL "")
8 set(COMPILER_RT_BAREMETAL_BUILD ON CACHE BOOL "")
9 set(COMPILER_RT_BUILD_CRT OFF CACHE BOOL "")
10 set(COMPILER_RT_BUILD_SANITIZERS OFF CACHE BOOL "")
11 set(COMPILER_RT_BUILD_XRAY OFF CACHE BOOL "")
12 set(COMPILER_RT_BUILD_LIBFUZZER OFF CACHE BOOL "")
13 set(COMPILER_RT_BUILD_PROFILE OFF CACHE BOOL "")
14 set(COMPILER_RT_BUILD_MEMPROF OFF CACHE BOOL "")
15 set(COMPILER_RT_BUILD_XRAY_NO_PREINIT OFF CACHE BOOL "")
16 set(COMPILER_RT_BUILD_ORC OFF CACHE BOOL "")
17 set(COMPILER_RT_BUILD_GWP_ASAN OFF CACHE BOOL "")
18 set(COMPILER_RT_BUILD_SCUDO_SANTDALONE_WITH_LLVM_LIBC OFF CACHE BOOL "")