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
Ashay Rane 2022-07-14 10:26:51 -07:00 committed by GitHub
parent 6e68f27399
commit 89e0288fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ cc_library(
"lib/Dialect/Torch/Transforms/ShapeLibrary.cpp",
"lib/Dialect/Torch/Transforms/SimplifyShapeCalculations.cpp",
"lib/Dialect/Torch/Transforms/PassDetail.h",
"lib/Dialect/Torch/Transforms/VerifyConversionToValueSemantics.cpp",
],
hdrs = [
"include/torch-mlir/Dialect/Torch/Transforms/Passes.h",