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 1
1
# Including the native target is important because some of LLVM's tests fail if
2
2
# you don't.
3
- set (LLVM_TARGETS_TO_BUILD Native CACHE STRING "" )
3
+ set (LLVM_TARGETS_TO_BUILD " Native;SPIRV" CACHE STRING "" )
4
4
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 "" )
8
7
9
- # HLSL support is currently limted to clang, eventually it will expand to
10
- # clang-tools-extra too.
11
8
set (LLVM_ENABLE_PROJECTS "clang;clang-tools-extra" CACHE STRING "" )
12
9
13
10
set (CLANG_ENABLE_HLSL On CACHE BOOL "" )
You can’t perform that action at this time.
0 commit comments