mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 01:06:05 +00:00
Fix bazel build after bc82793
This commit is contained in:
parent
52bec3e362
commit
9048150cbc
@ -123,6 +123,7 @@ td_library(
|
||||
"//mlir:LinalgStructuredOpsTdFiles",
|
||||
"//mlir:MemorySlotInterfacesTdFiles",
|
||||
"//mlir:OpBaseTdFiles",
|
||||
"//mlir:PolynomialTdFiles",
|
||||
"//mlir:SideEffectInterfacesTdFiles",
|
||||
],
|
||||
)
|
||||
@ -222,11 +223,17 @@ gentbl_cc_library(
|
||||
strip_include_prefix = "lib/Dialect/Test",
|
||||
tbl_outs = [
|
||||
(
|
||||
["-gen-attrdef-decls"],
|
||||
[
|
||||
"-gen-attrdef-decls",
|
||||
"--attrdefs-dialect=test",
|
||||
],
|
||||
"lib/Dialect/Test/TestAttrDefs.h.inc",
|
||||
),
|
||||
(
|
||||
["-gen-attrdef-defs"],
|
||||
[
|
||||
"-gen-attrdef-defs",
|
||||
"--attrdefs-dialect=test",
|
||||
],
|
||||
"lib/Dialect/Test/TestAttrDefs.cpp.inc",
|
||||
),
|
||||
],
|
||||
@ -421,6 +428,7 @@ cc_library(
|
||||
"//mlir:LoopLikeInterface",
|
||||
"//mlir:MemorySlotInterfaces",
|
||||
"//mlir:Pass",
|
||||
"//mlir:PolynomialDialect",
|
||||
"//mlir:Reducer",
|
||||
"//mlir:SideEffectInterfaces",
|
||||
"//mlir:Support",
|
||||
|
Loading…
x
Reference in New Issue
Block a user