Skip to content

Commit

Permalink
Fix undefined reference when building pass bundles (#942)
Browse files Browse the repository at this point in the history
This PR fixes linking errors missing TPP pass symbols.
  • Loading branch information
yifeizh2 authored Jul 8, 2024
1 parent 385bbc4 commit 295409b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/TPP/PassBundles/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ add_mlir_library(TPPPassBundles

LINK_LIBS PUBLIC
MLIRIR
TPPTransforms
${mlir_dialect_libs}
${conversion_libs}
)

0 comments on commit 295409b

Please sign in to comment.