Skip to content

Commit

Permalink
Improve some BUILD dependencies.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 647811595
  • Loading branch information
hzeller authored and Copybara-Service committed Jun 28, 2024
1 parent 2372763 commit d61bc36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions xls/passes/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,6 @@ cc_library(
srcs = ["node_dependency_analysis.cc"],
hdrs = ["node_dependency_analysis.h"],
deps = [
"@com_google_absl//absl/algorithm:container",
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/container:flat_hash_set",
Expand Down Expand Up @@ -2324,7 +2323,6 @@ cc_test(
"//xls/common:xls_gunit_main",
"//xls/common/status:matchers",
"//xls/dslx:parse_and_typecheck",
"//xls/dslx/ir_convert:conversion_info",
"//xls/dslx/ir_convert:ir_converter",
"//xls/examples:sample_packages",
"//xls/interpreter:ir_interpreter",
Expand Down
2 changes: 1 addition & 1 deletion xls/visualization/ir_viz/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ cc_library(
"//xls/scheduling:pipeline_schedule",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
"@com_google_protobuf//:protobuf",
"@com_google_protobuf//:json_util",
],
)

Expand Down

0 comments on commit d61bc36

Please sign in to comment.