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(
44854485
44864486cc_library (
44874487 name = "FuncUtils" ,
4488- srcs = glob (
4489- include = ["lib/Dialect/Func/Utils/*.cpp" ],
4490- ),
4488+ srcs = glob (["lib/Dialect/Func/Utils/*.cpp" ]),
44914489 hdrs = [
44924490 "include/mlir/Dialect/Func/Utils/Utils.h" ,
44934491 ],
44944492 includes = ["include" ],
44954493 deps = [
44964494 ":Analysis" ,
4497- ":IR" ,
44984495 ":FuncDialect" ,
4496+ ":IR" ,
44994497 "//llvm:Support" ,
45004498 ],
4501- copts = mlir_copts ,
45024499)
45034500
45044501td_library (
@@ -4540,13 +4537,13 @@ cc_library(
45404537 ":FuncDialect" ,
45414538 ":FuncToLLVM" ,
45424539 ":FuncTransformOpsIncGen" ,
4540+ ":FuncUtils" ,
45434541 ":IR" ,
45444542 ":LLVMCommonConversion" ,
45454543 ":LLVMDialect" ,
45464544 ":TransformDialect" ,
45474545 ":TransformDialectInterfaces" ,
45484546 ":TransformUtils" ,
4549- ":FuncUtils" ,
45504547 ],
45514548)
45524549
You can’t perform that action at this time.
0 commit comments