From: Geoffrey Martin-Noble Date: Fri, 7 Jun 2019 12:30:35 +0000 (-0700) Subject: Remove unnecessary StandardOps dependency X-Git-Tag: llvmorg-11-init~1466^2~1474 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24723de5c2d10c54cce1bebd0f3904a079c850f5;p=platform%2Fupstream%2Fllvm.git Remove unnecessary StandardOps dependency PiperOrigin-RevId: 252032386 --- diff --git a/mlir/lib/Support/CMakeLists.txt b/mlir/lib/Support/CMakeLists.txt index bac4854..84bbfeb 100644 --- a/mlir/lib/Support/CMakeLists.txt +++ b/mlir/lib/Support/CMakeLists.txt @@ -19,4 +19,4 @@ add_llvm_library(MLIRTypeUtilities ADDITIONAL_HEADER_DIRS ${MLIR_MAIN_INCLUDE_DIR}/mlir/Support ) -target_link_libraries(MLIRTypeUtilities MLIRIR MLIRStandardOps) +target_link_libraries(MLIRTypeUtilities MLIRIR)