Skip to content

Commit a188b03

Browse files
authored
Merge pull request #12242 from reyoung/feature/fix_ir_deps
Correct IR dependencies
2 parents 70f4a3b + 7cd5f90 commit a188b03

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)