From 05bec441e33a291e71f21de18d430feca28f00f9 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 15 Jun 2020 09:57:26 -0700 Subject: [PATCH] Integrate LLVM at https://github.com/llvm/llvm-project/commit/f47a7766287a PiperOrigin-RevId: 316486707 Change-Id: I37ac1f5c8ad95e7a4c2cf5976e361fb06272b08b --- third_party/mlir/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/mlir/BUILD b/third_party/mlir/BUILD index 4c6717ea024..5f3f0a4b99b 100644 --- a/third_party/mlir/BUILD +++ b/third_party/mlir/BUILD @@ -2126,6 +2126,7 @@ cc_library( ":Analysis", ":ControlFlowInterfaces", ":IR", + ":LinalgOps", ":LoopLikeInterface", ":Pass", ":SCFDialect",