Skip to content

Commit c39995a

Browse files
committed
[mlir][Bazel] Adjust SPIRVTarget and add missing dependency.
1 parent be59fe5 commit c39995a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5318,6 +5318,7 @@ cc_library(
53185318
":GPUDialect",
53195319
":GPUPassIncGen",
53205320
":Pass",
5321+
":SPIRVDialect",
53215322
":Support",
53225323
"//llvm:Support",
53235324
],
@@ -6529,12 +6530,12 @@ cc_library(
65296530
cc_library(
65306531
name = "SPIRVTarget",
65316532
srcs = ["lib/Target/SPIRV/Target.cpp"],
6532-
hdrs = glob(["include/mlir/Target/SPIRV/*.h"]),
6533+
hdrs = ["include/mlir/Target/SPIRV/Target.h"],
65336534
includes = ["include"],
65346535
deps = [
65356536
":GPUDialect",
65366537
":SPIRVDialect",
6537-
":Support",
6538+
":SPIRVSerialization",
65386539
],
65396540
)
65406541

0 commit comments

Comments
 (0)