Skip to content

Commit 09e8321

Browse files
committed
Fix GCExecutionEngineTests linkage
1 parent ce9e66f commit 09e8321

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
add_mlir_unittest(GCExecutionEngineTests
22
JitWrapper.cpp
33
)
4+
# todo: remove once we have a gpu runtime library
5+
get_property(gc_passes_libs GLOBAL PROPERTY GC_PASS_LIBS)
46
target_link_libraries(GCExecutionEngineTests
57
PRIVATE
68
GcJitWrapper
7-
GcCpuRuntime)
9+
GcCpuRuntime
10+
${gc_passes_libs})

0 commit comments

Comments
 (0)