File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11# Including the native target is important because some of LLVM's tests fail if
22# you don't.
3- set (LLVM_TARGETS_TO_BUILD Native CACHE STRING "" )
3+ set (LLVM_TARGETS_TO_BUILD " Native;SPIRV" CACHE STRING "" )
44
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;SPIRV" CACHE STRING "" )
5+ # Include the DirectX target for DXIL code generation.
6+ set (LLVM_EXPERIMENTAL_TARGETS_TO_BUILD "DirectX" CACHE STRING "" )
87
9- # HLSL support is currently limted to clang, eventually it will expand to
10- # clang-tools-extra too.
118set (LLVM_ENABLE_PROJECTS "clang;clang-tools-extra" CACHE STRING "" )
129
1310set (CLANG_ENABLE_HLSL On CACHE BOOL "" )
You can’t perform that action at this time.
0 commit comments