Skip to content

Commit 232cf94

Browse files
committed
[mlir] update bazel for bd8fcf7
1 parent b37bd78 commit 232cf94

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,25 @@ cc_binary(
10411041
],
10421042
)
10431043

1044+
cc_binary(
1045+
name = "_mlirDialectsLLVM.so",
1046+
srcs = ["lib/Bindings/Python/DialectLLVM.cpp"],
1047+
copts = PYBIND11_COPTS,
1048+
features = PYBIND11_FEATURES,
1049+
linkshared = 1,
1050+
linkstatic = 0,
1051+
tags = [
1052+
"manual", # External dependency
1053+
"nobuildkite",
1054+
],
1055+
deps = [
1056+
":CAPIIR",
1057+
":CAPILLVM",
1058+
":MLIRBindingsPythonHeadersAndDeps",
1059+
"//third_party/pybind11",
1060+
],
1061+
)
1062+
10441063
cc_binary(
10451064
name = "_mlirDialectsQuant.so",
10461065
srcs = ["lib/Bindings/Python/DialectQuant.cpp"],

0 commit comments

Comments
 (0)