mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
[mlir] Build fix for mlir-opt
mlir-opt needs to link against MLIRLoopAnalysis This shouldn't be needed but MLIR "hack" for "whole-archive" linking is not compatible with CMake transitive dependencies management. Differential Revision: https://reviews.llvm.org/D74097
This commit is contained in:
@@ -19,6 +19,7 @@ target_link_libraries(MLIRMlirOptLib
|
||||
)
|
||||
|
||||
set(FULL_LINK_LIBS
|
||||
MLIRLoopAnalysis
|
||||
MLIRAnalysis
|
||||
MLIRAffineOps
|
||||
MLIRAffineToStandard
|
||||
|
||||
Reference in New Issue
Block a user