File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -4485,20 +4485,17 @@ cc_library(
4485
4485
4486
4486
cc_library (
4487
4487
name = "FuncUtils" ,
4488
- srcs = glob (
4489
- include = ["lib/Dialect/Func/Utils/*.cpp" ],
4490
- ),
4488
+ srcs = glob (["lib/Dialect/Func/Utils/*.cpp" ]),
4491
4489
hdrs = [
4492
4490
"include/mlir/Dialect/Func/Utils/Utils.h" ,
4493
4491
],
4494
4492
includes = ["include" ],
4495
4493
deps = [
4496
4494
":Analysis" ,
4497
- ":IR" ,
4498
4495
":FuncDialect" ,
4496
+ ":IR" ,
4499
4497
"//llvm:Support" ,
4500
4498
],
4501
- copts = mlir_copts ,
4502
4499
)
4503
4500
4504
4501
td_library (
@@ -4540,13 +4537,13 @@ cc_library(
4540
4537
":FuncDialect" ,
4541
4538
":FuncToLLVM" ,
4542
4539
":FuncTransformOpsIncGen" ,
4540
+ ":FuncUtils" ,
4543
4541
":IR" ,
4544
4542
":LLVMCommonConversion" ,
4545
4543
":LLVMDialect" ,
4546
4544
":TransformDialect" ,
4547
4545
":TransformDialectInterfaces" ,
4548
4546
":TransformUtils" ,
4549
- ":FuncUtils" ,
4550
4547
],
4551
4548
)
4552
4549
You can’t perform that action at this time.
0 commit comments