Skip to content

Commit 50b66e6

Browse files
committed
[gn build] Port 74ed334
1 parent d21534f commit 50b66e6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ static_library("HLSL") {
77
sources = [
88
"CBuffer.cpp",
99
"HLSLResource.cpp",
10+
"HLSLRootSignature.cpp",
1011
]
1112
}

llvm/utils/gn/secondary/llvm/unittests/Frontend/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import("//third-party/unittest/unittest.gni")
33
unittest("LLVMFrontendTests") {
44
deps = [
55
"//llvm/lib/Analysis",
6+
"//llvm/lib/Frontend/HLSL",
67
"//llvm/lib/Frontend/OpenACC",
78
"//llvm/lib/Frontend/OpenMP",
89
"//llvm/lib/IR",
@@ -12,6 +13,7 @@ unittest("LLVMFrontendTests") {
1213
"//llvm/lib/Testing/Support",
1314
]
1415
sources = [
16+
"HLSLRootSignatureDumpTest.cpp",
1517
"OpenACCTest.cpp",
1618
"OpenMPCompositionTest.cpp",
1719
"OpenMPContextTest.cpp",

0 commit comments

Comments
 (0)