[Mlir-commits] [mlir] 6399864 - NFC: Remove dangling dep on MLIRStandardOps.

Stella Laurenzo llvmlistbot at llvm.org
Wed Sep 23 09:31:25 PDT 2020


Author: Stella Laurenzo
Date: 2020-09-23T09:31:18-07:00
New Revision: 63998649dd4886ecf9b5c8304173cb0c7357cd5d

URL: https://github.com/llvm/llvm-project/commit/63998649dd4886ecf9b5c8304173cb0c7357cd5d
DIFF: https://github.com/llvm/llvm-project/commit/63998649dd4886ecf9b5c8304173cb0c7357cd5d.diff

LOG: NFC: Remove dangling dep on MLIRStandardOps.

Was inadvertently left out of D88155.

Added: 
    

Modified: 
    mlir/lib/CAPI/IR/CMakeLists.txt

Removed: 
    


################################################################################
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


        


More information about the Mlir-commits mailing list