NFC: Remove dangling dep on MLIRStandardOps.
authorStella Laurenzo <stellaraccident@gmail.com>
Wed, 23 Sep 2020 16:30:13 +0000 (09:30 -0700)
committerStella Laurenzo <stellaraccident@gmail.com>
Wed, 23 Sep 2020 16:31:18 +0000 (09:31 -0700)
Was inadvertently left out of D88155.

mlir/lib/CAPI/IR/CMakeLists.txt

index e73269c..4158a4c 100644 (file)
@@ -12,7 +12,6 @@ add_mlir_library(MLIRCAPIIR
   ${MLIR_MAIN_INCLUDE_DIR}/mlir-c
 
   LINK_LIBS PUBLIC
-  MLIRStandardOps
   MLIRIR
   MLIRParser
   MLIRSupport