File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ static_library("Analysis") {
8
8
" //llvm/include/llvm/Config:config" ,
9
9
" //llvm/lib/BinaryFormat" ,
10
10
" //llvm/lib/IR" ,
11
+ " //llvm/lib/Frontend/HLSL" ,
11
12
" //llvm/lib/ProfileData" ,
12
13
" //llvm/lib/Support" ,
13
14
" //llvm/lib/TargetParser" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ static_library("HLSL") {
6
6
]
7
7
sources = [
8
8
" CBuffer.cpp" ,
9
+ " HLSLBinding.cpp" ,
9
10
" HLSLResource.cpp" ,
10
11
" HLSLRootSignature.cpp" ,
11
12
" RootSignatureMetadata.cpp" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ unittest("LLVMFrontendTests") {
13
13
" //llvm/lib/Testing/Support" ,
14
14
]
15
15
sources = [
16
+ " HLSLBindingTest.cpp" ,
16
17
" HLSLRootSignatureDumpTest.cpp" ,
17
18
" HLSLRootSignatureRangesTest.cpp" ,
18
19
" OpenACCTest.cpp" ,
You can’t perform that action at this time.
0 commit comments