Skip to content

Commit

Permalink
revert unnecessary changes
Browse files Browse the repository at this point in the history
Signed-off-by: dchigarev <[email protected]>
  • Loading branch information
dchigarev committed Jul 31, 2024
1 parent 3ea41dd commit aeada62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gc/ExecutionEngine/Driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ add_mlir_library(GCJitWrapper
LINK_LIBS PUBLIC
${MLIR_LINK_COMPONENTS}
${dialect_libs}
${conversion_libs}
${conversion_libs}
${GC_PASSES}
)

2 changes: 1 addition & 1 deletion test/mlir/test/gc/Transforms/GPU/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
if not config.gc_use_gpu:
config.unsupported = True
config.unsupported = True

0 comments on commit aeada62

Please sign in to comment.