Skip to content

Commit 25e1272

Browse files
committed
[mlir][bazel] Move OpAsmOpInterface.h.inc from hdrs to srcs
This file internal to the target and should not be exposed as a public (textual) header.
1 parent 41437a6 commit 25e1272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ cc_library(
379379
"lib/Bytecode/Writer/*.h",
380380
"include/mlir/Bytecode/*.h",
381381
]) + [
382+
"include/mlir/IR/OpAsmOpInterface.h.inc",
382383
"include/mlir/IR/PDLPatternMatch.h.inc",
383384
"include/mlir/Interfaces/CallInterfaces.h",
384385
"include/mlir/Interfaces/DataLayoutInterfaces.h",
@@ -388,7 +389,6 @@ cc_library(
388389
hdrs = glob([
389390
"include/mlir/IR/*.h",
390391
]) + [
391-
"include/mlir/IR/OpAsmOpInterface.h.inc",
392392
"include/mlir/Interfaces/FoldInterfaces.h",
393393
],
394394
includes = ["include"],

0 commit comments

Comments
 (0)