Skip to content

Commit

Permalink
Clean up xls/jit BUILD deps
Browse files Browse the repository at this point in the history
A bunch of unneeded stuff has snuck in there. Clean it all up.

PiperOrigin-RevId: 635939957
  • Loading branch information
allight authored and copybara-github committed May 21, 2024
1 parent b8e5b2e commit 3825ab3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions xls/jit/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ cc_library(
srcs = ["llvm_compiler.cc"],
hdrs = ["llvm_compiler.h"],
deps = [
":jit_emulated_tls",
"//xls/common/logging:log_lines",
"//xls/common/status:ret_check",
"//xls/common/status:status_macros",
Expand Down Expand Up @@ -463,7 +462,6 @@ cc_test(
":function_jit",
":jit_buffer",
":jit_runtime",
":llvm_compiler",
":orc_jit",
"//xls/common:bits_util",
"//xls/common:math_util",
Expand All @@ -483,7 +481,6 @@ cc_test(
"//xls/ir:type",
"//xls/ir:value",
"//xls/ir:value_view",
"//xls/ir:xls_type_cc_proto",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/log",
"@com_google_absl//absl/log:check",
Expand Down Expand Up @@ -514,10 +511,9 @@ cc_test(
":aot_entrypoint_cc_proto",
":function_base_jit",
":function_jit",
":ir_builder_visitor",
":jit_callbacks",
":jit_runtime",
":multi_function_aot",
":multi_function_aot", # build_cleaner: keep
"//xls/common:xls_gunit_main",
"//xls/common/file:filesystem",
"//xls/common/file:get_runfile_path",
Expand Down Expand Up @@ -585,7 +581,6 @@ cc_library(
srcs = ["jit_runtime.cc"],
hdrs = ["jit_runtime.h"],
deps = [
":llvm_compiler",
":llvm_type_converter",
":orc_jit",
"//xls/common/status:status_macros",
Expand Down Expand Up @@ -799,7 +794,6 @@ cc_library(
":jit_buffer",
":jit_callbacks",
":jit_runtime",
":llvm_compiler",
":llvm_type_converter",
":orc_jit",
"//xls/common:math_util",
Expand Down Expand Up @@ -849,7 +843,6 @@ cc_binary(
name = "value_to_native_layout_benchmark",
srcs = ["value_to_native_layout_benchmark.cc"],
deps = [
":llvm_compiler",
":llvm_type_converter",
":orc_jit",
":type_layout",
Expand All @@ -869,7 +862,6 @@ cc_binary(
":jit_runtime",
"//xls/ir",
"//xls/ir:channel",
"//xls/ir:elaboration",
"@com_google_absl//absl/log:check",
"@com_google_benchmark//:benchmark_main",
],
Expand Down

0 comments on commit 3825ab3

Please sign in to comment.