We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21534f commit 50b66e6Copy full SHA for 50b66e6
llvm/utils/gn/secondary/llvm/lib/Frontend/HLSL/BUILD.gn
@@ -7,5 +7,6 @@ static_library("HLSL") {
7
sources = [
8
"CBuffer.cpp",
9
"HLSLResource.cpp",
10
+ "HLSLRootSignature.cpp",
11
]
12
}
llvm/utils/gn/secondary/llvm/unittests/Frontend/BUILD.gn
@@ -3,6 +3,7 @@ import("//third-party/unittest/unittest.gni")
3
unittest("LLVMFrontendTests") {
4
deps = [
5
"//llvm/lib/Analysis",
6
+ "//llvm/lib/Frontend/HLSL",
"//llvm/lib/Frontend/OpenACC",
"//llvm/lib/Frontend/OpenMP",
"//llvm/lib/IR",
@@ -12,6 +13,7 @@ unittest("LLVMFrontendTests") {
13
"//llvm/lib/Testing/Support",
14
15
16
+ "HLSLRootSignatureDumpTest.cpp",
17
"OpenACCTest.cpp",
18
"OpenMPCompositionTest.cpp",
19
"OpenMPContextTest.cpp",
0 commit comments