File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 44# The libraries in this package are not allowed to have ANY dependencies
55# to other TF components outside of TSL.
66
7- load ("@bazel_skylib//:bzl_library.bzl" , "bzl_library" )
87load ("//xla:py_strict.bzl" , "py_strict_binary" )
98load (
109 "//xla/tsl:tsl.bzl" ,
@@ -577,22 +576,3 @@ tsl_cc_test(
577576 "@tsl//tsl/platform:path" ,
578577 ],
579578)
580-
581- bzl_library (
582- name = "cc_embed_data" ,
583- srcs = ["cc_embed_data.bzl" ],
584- deps = [
585- "@bazel_skylib//lib:paths" ,
586- "@rules_cc//cc:find_cc_toolchain_bzl" ,
587- "@rules_cc//cc/common" ,
588- ],
589- )
590-
591- bzl_library (
592- name = "memfile_embed_data" ,
593- srcs = ["memfile_embed_data.bzl" ],
594- deps = [
595- ":cc_embed_data" ,
596- "//xla/tsl/platform:rules_cc_bzl" ,
597- ],
598- )
You can’t perform that action at this time.
0 commit comments