Skip to content

Commit 7d0a81c

Browse files
committed
[bazel] update mlir BUILD files for fc114e4
1 parent 7eb65f4 commit 7d0a81c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3961,6 +3961,7 @@ cc_library(
39613961
":ComplexToSPIRV",
39623962
":ComplexToStandard",
39633963
":ControlFlowToLLVM",
3964+
":ComplexToROCDLLibraryCalls",
39643965
":ControlFlowToSCF",
39653966
":ControlFlowToSPIRV",
39663967
":ConversionPassIncGen",
@@ -11900,6 +11901,25 @@ cc_library(
1190011901
],
1190111902
)
1190211903

11904+
cc_library(
11905+
name = "ComplexToROCDLLibraryCalls",
11906+
srcs = glob([
11907+
"lib/Conversion/ComplexToROCDLLibraryCalls/*.cpp",
11908+
]),
11909+
hdrs = glob([
11910+
"include/mlir/Conversion/ComplexToROCDLLibraryCalls/*.h",
11911+
]),
11912+
includes = ["include"],
11913+
deps = [
11914+
":ComplexDialect",
11915+
":ConversionPassIncGen",
11916+
":FuncDialect",
11917+
":IR",
11918+
":Pass",
11919+
":TransformUtils",
11920+
],
11921+
)
11922+
1190311923
cc_library(
1190411924
name = "ComplexToSPIRV",
1190511925
srcs = glob([

0 commit comments

Comments
 (0)