Skip to content

Commit 6f72b3b

Browse files
committed
Fix ir CMake dependence.
1 parent 37713f2 commit 6f72b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cc_library(graph SRCS graph.cc DEPS node)
21
cc_library(node SRCS node.cc DEPS proto_desc)
2+
cc_library(graph SRCS graph.cc DEPS node)
33
cc_library(pass SRCS pass.cc DEPS graph node)
44

55
cc_test(graph_test SRCS graph_test.cc DEPS graph proto_desc op_registry)

0 commit comments

Comments
 (0)