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 be59fe5 commit c39995aCopy full SHA for c39995a
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -5318,6 +5318,7 @@ cc_library(
5318
":GPUDialect",
5319
":GPUPassIncGen",
5320
":Pass",
5321
+ ":SPIRVDialect",
5322
":Support",
5323
"//llvm:Support",
5324
],
@@ -6529,12 +6530,12 @@ cc_library(
6529
6530
cc_library(
6531
name = "SPIRVTarget",
6532
srcs = ["lib/Target/SPIRV/Target.cpp"],
- hdrs = glob(["include/mlir/Target/SPIRV/*.h"]),
6533
+ hdrs = ["include/mlir/Target/SPIRV/Target.h"],
6534
includes = ["include"],
6535
deps = [
6536
6537
":SPIRVDialect",
- ":Support",
6538
+ ":SPIRVSerialization",
6539
6540
)
6541
0 commit comments