We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4679583 commit e730231Copy full SHA for e730231
mlir/test/lib/Pass/CMakeLists.txt
@@ -1,3 +1,4 @@
1
+get_property(conversion_libs GLOBAL PROPERTY MLIR_CONVERSION_LIBS)
2
# Exclude tests from libMLIR.so
3
add_mlir_library(MLIRTestPass
4
TestDynamicPipeline.cpp
@@ -10,6 +11,7 @@ add_mlir_library(MLIRTestPass
10
11
${MLIR_MAIN_INCLUDE_DIR}/mlir/Pass
12
13
LINK_LIBS PUBLIC
14
+ ${conversion_libs}
15
MLIRIR
16
MLIRPass
17
MLIRTestDialect
0 commit comments