forked from OSchip/llvm-project
[mlir][bzl] Fix typo
This commit is contained in:
parent
e07f9342be
commit
d1c7a57fe8
|
@ -593,7 +593,7 @@ cc_binary(
|
|||
],
|
||||
)
|
||||
|
||||
# Dynamlic library with the MLIR Conversions Python extension.
|
||||
# Dynamic library with the MLIR Conversions Python extension.
|
||||
cc_binary(
|
||||
name = "_mlirConversions.so",
|
||||
srcs = ["lib/Bindings/Python/Conversions/Conversions.cpp"],
|
||||
|
@ -613,7 +613,7 @@ cc_binary(
|
|||
],
|
||||
)
|
||||
|
||||
# Dynamlic library with the MLIR Transforms Python extension.
|
||||
# Dynamic library with the MLIR Transforms Python extension.
|
||||
cc_binary(
|
||||
name = "_mlirTransforms.so",
|
||||
srcs = ["lib/Bindings/Python/Transforms/Transforms.cpp"],
|
||||
|
|
Loading…
Reference in New Issue