Skip to content

Commit a178949

Browse files
committed
[gn build] Port 56e3fc4
1 parent 56e3fc4 commit a178949

File tree

1 file changed

+3
-1
lines changed
  • llvm/utils/gn/secondary/llvm/lib/Frontend/HLSL

1 file changed

+3
-1
lines changed

llvm/utils/gn/secondary/llvm/lib/Frontend/HLSL/BUILD.gn

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ static_library("HLSL") {
77
sources = [
88
"CBuffer.cpp",
99
"HLSLResource.cpp",
10-
"HLSLRootSignatureUtils.cpp",
10+
"HLSLRootSignature.cpp",
11+
"RootSignatureMetadata.cpp",
12+
"RootSignatureValidations.cpp",
1113
]
1214
}

0 commit comments

Comments
 (0)