Skip to content

Commit

Permalink
Fixing missing libs for debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
mtopalovicTT committed Dec 21, 2024
1 parent 52528e9 commit 20be5c6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/Dialect/TTIR/Pipelines/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ add_mlir_dialect_library(MLIRTTIRPipelines
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/ArithToLLVM

LINK_LIBS PUBLIC
MLIRLinalgTransforms
MLIRArithToLLVM
MLIRBufferizationPipelines
MLIRBufferizationToMemRef
MLIRControlFlowToLLVM
MLIRFuncToLLVM
MLIRMemRefToLLVM
MLIRMemRefTransforms
MLIRReconcileUnrealizedCasts
MLIRSCFToControlFlow
MLIRTensorToLinalg
MLIRTTIRDialect
MLIRPass
MLIRTransforms
Expand Down

0 comments on commit 20be5c6

Please sign in to comment.