Skip to content

Commit 7305427

Browse files
rupprechtkrishna2803
authored andcommitted
[bazel] Port llvm#150633 HLSLBinding.h (llvm#151546)
1 parent f9f227d commit 7305427

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,6 +1281,7 @@ cc_library(
12811281
":AnalysisFpExc",
12821282
":BinaryFormat",
12831283
":Core",
1284+
":FrontendHLSL",
12841285
":Object",
12851286
":ProfileData",
12861287
":Support",

utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ cc_test(
133133
"//llvm:AsmParser",
134134
"//llvm:CodeGen",
135135
"//llvm:Core",
136+
"//llvm:FrontendHLSL",
136137
"//llvm:Instrumentation",
137138
"//llvm:Passes",
138139
"//llvm:Support",

0 commit comments

Comments
 (0)