Skip to content

Commit b99ac8b

Browse files
committed
[gn build] Port 3de88fe
1 parent ebf9883 commit b99ac8b

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

Diff for: llvm/utils/gn/secondary/llvm/lib/Frontend/HLSL/BUILD.gn

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ static_library("HLSL") {
44
"//llvm/lib/IR",
55
"//llvm/lib/Support",
66
]
7-
sources = [ "HLSLResource.cpp" ]
7+
sources = [
8+
"CBuffer.cpp",
9+
"HLSLResource.cpp",
10+
]
811
}

0 commit comments

Comments
 (0)