diff --git a/lib/gc/ExecutionEngine/Driver/CMakeLists.txt b/lib/gc/ExecutionEngine/Driver/CMakeLists.txt index fba59b35a..8742ef6e9 100644 --- a/lib/gc/ExecutionEngine/Driver/CMakeLists.txt +++ b/lib/gc/ExecutionEngine/Driver/CMakeLists.txt @@ -40,7 +40,7 @@ add_mlir_library(GCJitWrapper LINK_LIBS PUBLIC ${MLIR_LINK_COMPONENTS} ${dialect_libs} - ${conversion_libs} + ${conversion_libs} ${GC_PASSES} ) diff --git a/test/mlir/test/gc/Transforms/GPU/lit.local.cfg b/test/mlir/test/gc/Transforms/GPU/lit.local.cfg index 37d7602a3..f086e9be8 100644 --- a/test/mlir/test/gc/Transforms/GPU/lit.local.cfg +++ b/test/mlir/test/gc/Transforms/GPU/lit.local.cfg @@ -1,2 +1,2 @@ if not config.gc_use_gpu: - config.unsupported = True + config.unsupported = True \ No newline at end of file