Merge pull request #12242 from reyoung/feature/fix_ir_deps
Correct IR dependenciesguochaorong-patch-1
commit
a188b03f96
@ -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…
Reference in new issue