[libc++][doc] Update the release notes for LLVM 18 (#78324)
[llvm-project.git] / clang / cmake / caches / HLSL.cmake
blob71f81e53f6bd351f18e8d23cbc1ec24ced9622ac
1 # Including the native target is important because some of LLVM's tests fail if
2 # you don't.
3 set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
5 # Include the DirectX target for DXIL code generation, eventually we'll include
6 # SPIR-V here too.
7 set(LLVM_EXPERIMENTAL_TARGETS_TO_BUILD DirectX CACHE STRING "")
9 # HLSL support is currently limted to clang, eventually it will expand to
10 # clang-tools-extra too.
11 set(LLVM_ENABLE_PROJECTS "clang" CACHE STRING "")
13 set(CLANG_ENABLE_HLSL On CACHE BOOL "")