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") {
88 " //llvm/include/llvm/Config:config" ,
99 " //llvm/lib/BinaryFormat" ,
1010 " //llvm/lib/IR" ,
11+ " //llvm/lib/Frontend/HLSL" ,
1112 " //llvm/lib/ProfileData" ,
1213 " //llvm/lib/Support" ,
1314 " //llvm/lib/TargetParser" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ static_library("HLSL") {
66 ]
77 sources = [
88 " CBuffer.cpp" ,
9+ " HLSLBinding.cpp" ,
910 " HLSLResource.cpp" ,
1011 " HLSLRootSignature.cpp" ,
1112 " RootSignatureMetadata.cpp" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ unittest("LLVMFrontendTests") {
1313 " //llvm/lib/Testing/Support" ,
1414 ]
1515 sources = [
16+ " HLSLBindingTest.cpp" ,
1617 " HLSLRootSignatureDumpTest.cpp" ,
1718 " HLSLRootSignatureRangesTest.cpp" ,
1819 " OpenACCTest.cpp" ,
You can’t perform that action at this time.
0 commit comments