From 6c9d2ee490cdc5713c8e16333bc0566d8906a0c1 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Thu, 15 Sep 2022 20:01:20 +0200 Subject: [PATCH] Revert "Fix bazel build after 84d07d021333f7b5716f0444d5c09105557272e0." This reverts commit 10250c5a2a2ca6be683ff940d776648a2d5968e3 as the related patch is being reverted. --- utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel index 4ca2496..91a03f2 100644 --- a/utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel @@ -293,6 +293,7 @@ cc_test( "Analysis/*.h", "Analysis/*/*.cpp", "Analysis/*/*.h", + "Dialect/Affine/Analysis/AffineStructuresParser.*", ]), deps = [ "//llvm:TestingSupport", -- 2.7.4