commit | d0ffe2e9a0331692356866dd8ec9d0aecdef5c21 | [log] [tgz] |
---|---|---|
author | Marius Brehler <marius.brehler@iml.fraunhofer.de> | Mon Feb 24 16:28:06 2020 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Feb 24 16:30:29 2020 -0800 |
tree | 867cf930af5847919850a598b1ae2649f01f0798 | |
parent | 7b38ecbec741683aa066e423d78158556c08b1a8 [diff] |
Add MLIRLoopOpsTransforms dep to CMake configuration Closes https://github.com/google/iree/pull/836 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/iree/pull/836 from iml130:cmake-fixes 9abd620fb626769932d7c9f49a1eddba108f9a34 PiperOrigin-RevId: 296998758
diff --git a/build_tools/cmake/iree_alwayslink.cmake b/build_tools/cmake/iree_alwayslink.cmake index 8b71cdc..10eb167 100644 --- a/build_tools/cmake/iree_alwayslink.cmake +++ b/build_tools/cmake/iree_alwayslink.cmake
@@ -74,6 +74,7 @@ MLIRQuantizerTransforms MLIRLinalgToLLVM # createConvertLinalgToLLVMPass() MLIRLinalgToSPIRVTransforms + MLIRLoopOpsTransforms # TODO(marbre): Check the previously added libs MLIRAnalysis MLIREDSC
diff --git a/iree/tools/CMakeLists.txt b/iree/tools/CMakeLists.txt index 1ca79e8..5fcb92c 100644 --- a/iree/tools/CMakeLists.txt +++ b/iree/tools/CMakeLists.txt
@@ -175,6 +175,7 @@ MLIRLinalgToSPIRVTransforms MLIRLinalgToLLVM MLIRLinalgUtils + MLIRLoopOpsTransforms MLIROptLib MLIRStandardOps MLIRSPIRV