Skip to content

Commit b6caf24

Browse files
d0kAnthony Tran
authored andcommitted
[bazel] mlir_copts doesn't exist
1 parent 3b7d362 commit b6caf24

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4485,20 +4485,17 @@ cc_library(
44854485

44864486
cc_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

45044501
td_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

0 commit comments

Comments
 (0)