Skip to content

Commit e730231

Browse files
committed
[mlir] Fix shared build. NFC
1 parent 4679583 commit e730231

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlir/test/lib/Pass/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
get_property(conversion_libs GLOBAL PROPERTY MLIR_CONVERSION_LIBS)
12
# Exclude tests from libMLIR.so
23
add_mlir_library(MLIRTestPass
34
TestDynamicPipeline.cpp
@@ -10,6 +11,7 @@ add_mlir_library(MLIRTestPass
1011
${MLIR_MAIN_INCLUDE_DIR}/mlir/Pass
1112

1213
LINK_LIBS PUBLIC
14+
${conversion_libs}
1315
MLIRIR
1416
MLIRPass
1517
MLIRTestDialect

0 commit comments

Comments
 (0)