mirror of https://github.com/llvm/torch-mlir
build: fix bazel build after adding VerifyConversionToValueSemantics.cpp (#1055)
A previous patch added a new file ("VerifyConversionToValueSemantics.cpp") to the build, but it did not add it to the list files known to bazel. This patch fixes the problem.pull/1058/head
parent
6e68f27399
commit
89e0288fdc
|
@ -181,6 +181,7 @@ cc_library(
|
||||||
"lib/Dialect/Torch/Transforms/ShapeLibrary.cpp",
|
"lib/Dialect/Torch/Transforms/ShapeLibrary.cpp",
|
||||||
"lib/Dialect/Torch/Transforms/SimplifyShapeCalculations.cpp",
|
"lib/Dialect/Torch/Transforms/SimplifyShapeCalculations.cpp",
|
||||||
"lib/Dialect/Torch/Transforms/PassDetail.h",
|
"lib/Dialect/Torch/Transforms/PassDetail.h",
|
||||||
|
"lib/Dialect/Torch/Transforms/VerifyConversionToValueSemantics.cpp",
|
||||||
],
|
],
|
||||||
hdrs = [
|
hdrs = [
|
||||||
"include/torch-mlir/Dialect/Torch/Transforms/Passes.h",
|
"include/torch-mlir/Dialect/Torch/Transforms/Passes.h",
|
||||||
|
|
Loading…
Reference in New Issue