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 69ae904 commit b9a6b28Copy full SHA for b9a6b28
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -11907,12 +11907,8 @@ gentbl_cc_library(
11907
11908
cc_library(
11909
name = "MLProgramDialect",
11910
- srcs = glob([
11911
- "lib/Dialect/MLProgram/IR/*.cpp",
11912
- ]),
11913
- hdrs = glob([
11914
- "include/mlir/Dialect/MLProgram/**/*.h",
11915
+ srcs = glob(["lib/Dialect/MLProgram/IR/*.cpp"]),
+ hdrs = glob(["include/mlir/Dialect/MLProgram/IR/*.h"]),
11916
includes = ["include"],
11917
deps = [
11918
":ControlFlowInterfaces",
0 commit comments