1 # Including the native target is important because some of LLVM's tests fail if
3 set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
5 # Include the DirectX target for DXIL code generation, eventually we'll include
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 "")