[mlir] Update bazel build.
authorAlexander Belyaev <pifon@google.com>
Tue, 26 Jul 2022 14:28:29 +0000 (16:28 +0200)
committerAlexander Belyaev <pifon@google.com>
Tue, 26 Jul 2022 14:28:29 +0000 (16:28 +0200)
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel

index 8e1b883..210ed5a 100644 (file)
@@ -3618,7 +3618,6 @@ cc_library(
         ":GPUPassIncGen",
         ":MemRefDialect",
         ":IR",
-        ":Parser",
         ":Pass",
         ":ROCDLToLLVMIRTranslation",
         ":SCFDialect",
@@ -6614,7 +6613,6 @@ cc_binary(
     deps = [
         ":AsmParser",
         ":IR",
-        ":Parser",
         ":Support",
         "//llvm:Support",
         "//llvm:TableGen",
index a08e36d..6c713c8 100644 (file)
@@ -299,7 +299,7 @@ cc_test(
         "//llvm:gtest_main",
         "//mlir:AffineAnalysis",
         "//mlir:Analysis",
-        "//mlir:AsmParser",
+        "//mlir:Parser",
         "//mlir:IR",
     ],
 )