We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf9883 commit b99ac8bCopy full SHA for b99ac8b
llvm/utils/gn/secondary/llvm/lib/Frontend/HLSL/BUILD.gn
@@ -4,5 +4,8 @@ static_library("HLSL") {
4
"//llvm/lib/IR",
5
"//llvm/lib/Support",
6
]
7
- sources = [ "HLSLResource.cpp" ]
+ sources = [
8
+ "CBuffer.cpp",
9
+ "HLSLResource.cpp",
10
+ ]
11
}
0 commit comments