Skip to content

Commit 7cd5f90

Browse files
committed
Correct IR dependencies
1 parent 6cd727e commit 7cd5f90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cc_library(graph SRCS graph.cc node)
2-
cc_library(node SRCS node.cc)
3-
cc_library(pass SRCS pass.cc graph node)
1+
cc_library(graph SRCS graph.cc DEPS node)
2+
cc_library(node SRCS node.cc DEPS proto_desc)
3+
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)