Skip to content

Commit b9a6b28

Browse files
authored
[mlir][bazel] Small adjustment to 7db4a6f
1 parent 69ae904 commit b9a6b28

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11907,12 +11907,8 @@ gentbl_cc_library(
1190711907

1190811908
cc_library(
1190911909
name = "MLProgramDialect",
11910-
srcs = glob([
11911-
"lib/Dialect/MLProgram/IR/*.cpp",
11912-
]),
11913-
hdrs = glob([
11914-
"include/mlir/Dialect/MLProgram/**/*.h",
11915-
]),
11910+
srcs = glob(["lib/Dialect/MLProgram/IR/*.cpp"]),
11911+
hdrs = glob(["include/mlir/Dialect/MLProgram/IR/*.h"]),
1191611912
includes = ["include"],
1191711913
deps = [
1191811914
":ControlFlowInterfaces",

0 commit comments

Comments
 (0)