Skip to content

Commit

Permalink
Try fix undef symbols in macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Jun 16, 2024
1 parent bcc9e62 commit d7c7763
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions deps/ReactantExtra/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -227,17 +227,17 @@ cc_library(

) + [
# "@com_google_protobuf//:src/google/protobuf/io/coded_stream.cc",
# "@xla//xla:xla.pb.cc",
"@xla//xla:xla.pb.cc",
# "@xla//xla:xla_data.pb.cc",
# "@xla//xla/stream_executor:device_description.pb.cc",
# "@xla//xla/service:hlo.pb.cc",
"@xla//xla/stream_executor:device_description.pb.cc",
"@xla//xla/service:hlo.pb.cc",
# # "@tsl//tsl/protobuf:dnn.pb.cc",
# "@tsl//tsl/protobuf:histogram.pb.cc",
# "@tsl//tsl/protobuf:bfc_memory_map.pb.cc",
# "@xla//xla/service/gpu:backend_configs.pb.cc",
# "@xla//xla:autotuning.pb.cc",
# "@xla//xla:autotune_results.pb.cc",
# "@xla//xla/service:buffer_assignment.pb.cc",
"@tsl//tsl/protobuf:histogram.pb.cc",
"@tsl//tsl/protobuf:bfc_memory_map.pb.cc",
"@xla//xla/service/gpu:backend_configs.pb.cc",
"@xla//xla:autotuning.pb.cc",
"@xla//xla:autotune_results.pb.cc",
"@xla//xla/service:buffer_assignment.pb.cc",
],
hdrs = glob([
"*.h",
Expand Down

0 comments on commit d7c7763

Please sign in to comment.