From 63998649dd4886ecf9b5c8304173cb0c7357cd5d Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Wed, 23 Sep 2020 09:30:13 -0700 Subject: [PATCH] NFC: Remove dangling dep on MLIRStandardOps. Was inadvertently left out of D88155. --- mlir/lib/CAPI/IR/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/mlir/lib/CAPI/IR/CMakeLists.txt b/mlir/lib/CAPI/IR/CMakeLists.txt index e73269ce14f1..4158a4c96efd 100644 --- a/mlir/lib/CAPI/IR/CMakeLists.txt +++ b/mlir/lib/CAPI/IR/CMakeLists.txt @@ -12,7 +12,6 @@ add_mlir_library(MLIRCAPIIR ${MLIR_MAIN_INCLUDE_DIR}/mlir-c LINK_LIBS PUBLIC - MLIRStandardOps MLIRIR MLIRParser MLIRSupport