We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37bd78 commit 232cf94Copy full SHA for 232cf94
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -1041,6 +1041,25 @@ cc_binary(
1041
],
1042
)
1043
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
+
1063
cc_binary(
1064
name = "_mlirDialectsQuant.so",
1065
srcs = ["lib/Bindings/Python/DialectQuant.cpp"],
0 commit comments