commit | e8a14c1bc7d8cb5378698ecb0614c8895c44e4c7 | [log] [tgz] |
---|---|---|
author | Marius Brehler <marius.brehler@iml.fraunhofer.de> | Wed Apr 15 12:58:35 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 15 12:59:43 2020 -0700 |
tree | 8b680464c0c249d8f1affddf85da1f0140302732 | |
parent | ffec56789756332b582c64ffceee5231d7bb8acc [diff] |
CMake: Revise _ALWAYSLINK_LIBS_MLIR Closes https://github.com/google/iree/pull/1529 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/iree/pull/1529 from iml130:cmake-alwayslink 670764ce031d118ad0764c12bca05f97a8610b1a PiperOrigin-RevId: 306702851
diff --git a/build_tools/cmake/iree_alwayslink.cmake b/build_tools/cmake/iree_alwayslink.cmake index 4f8e6b5..f922851 100644 --- a/build_tools/cmake/iree_alwayslink.cmake +++ b/build_tools/cmake/iree_alwayslink.cmake
@@ -56,15 +56,10 @@ function(set_alwayslink_mlir_libs) set(_ALWAYSLINK_LIBS_MLIR - # Required passes - MLIRPass # TODO(marbre): Check the previously added libs MLIRAnalysis MLIREDSC - MLIRLoopToStandard MLIRParser - MLIRStandardToLLVM - MLIRTargetLLVMIR MLIRTransforms MLIRTranslation MLIRSupport