diff options
| author | Geoffrey Martin-Noble <gcmn@google.com> | 2019-06-07 05:30:35 -0700 |
|---|---|---|
| committer | Mehdi Amini <joker.eph@gmail.com> | 2019-06-09 16:23:11 -0700 |
| commit | 24723de5c2d10c54cce1bebd0f3904a079c850f5 (patch) | |
| tree | 4ed21cd9dd0eceff9e4d947110fc0f46a7a9fe5a /mlir/lib/Support | |
| parent | 37f54b3552e8f18f4b9b9adec5cbd081008b1a4e (diff) | |
| download | bcm5719-llvm-24723de5c2d10c54cce1bebd0f3904a079c850f5.tar.gz bcm5719-llvm-24723de5c2d10c54cce1bebd0f3904a079c850f5.zip | |
Remove unnecessary StandardOps dependency
PiperOrigin-RevId: 252032386
Diffstat (limited to 'mlir/lib/Support')
| -rw-r--r-- | mlir/lib/Support/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Support/CMakeLists.txt b/mlir/lib/Support/CMakeLists.txt index bac48548c36..84bbfeb04c4 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) |

