Correct IR dependencies

guochaorong-patch-1
yuyang18 7 years ago
parent 6cd727eca1
commit 7cd5f906b7
No known key found for this signature in database
GPG Key ID: 6DFF29878217BE5F

@ -1,5 +1,5 @@
cc_library(graph SRCS graph.cc node)
cc_library(node SRCS node.cc)
cc_library(pass SRCS pass.cc graph node)
cc_library(graph SRCS graph.cc DEPS node)
cc_library(node SRCS node.cc DEPS proto_desc)
cc_library(pass SRCS pass.cc DEPS graph node)
cc_test(graph_test SRCS graph_test.cc DEPS graph proto_desc op_registry)

Loading…
Cancel
Save