commit | bfdb8f1f1fe74368726b8e7b1f95e1d4e68d79fa | [log] [tgz] |
---|---|---|
author | Marius Brehler <marius.brehler@iml.fraunhofer.de> | Thu Mar 19 10:25:28 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Mar 19 10:28:01 2020 -0700 |
tree | 8786846aff3ac20ffb0a5b9d7f70f97ef35654a9 | |
parent | 3a659bfdb3c16683791ba2924b24922aa554011f [diff] |
VectorOps was renamed to Vector, update deps Required in addition to #1131. Closes https://github.com/google/iree/pull/1132 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/iree/pull/1132 from iml130:vector 3422d482db4e7cf2bb2ef46017663d48e9270a34 PiperOrigin-RevId: 301843623
diff --git a/iree/tools/CMakeLists.txt b/iree/tools/CMakeLists.txt index fa2f01a..c7d71c8 100644 --- a/iree/tools/CMakeLists.txt +++ b/iree/tools/CMakeLists.txt
@@ -101,7 +101,7 @@ MLIRStandardOps MLIRStandardToSPIRVTransforms MLIRTransforms - MLIRVectorOps + MLIRVector PUBLIC )