Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 723182547
  • Loading branch information
HEIR Team authored and asraa committed Feb 4, 2025
1 parent e958f22 commit b7baa13
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HEIR tools

load("//tools/build_defs/testing:bzl_library.bzl", "bzl_library")
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")

package(
default_applicable_licenses = ["@heir//:license"],
Expand Down Expand Up @@ -229,21 +229,18 @@ cc_binary(
bzl_library(
name = "heir_translate_bzl",
srcs = ["heir-translate.bzl"],
parse_tests = False,
visibility = ["//visibility:private"],
)

bzl_library(
name = "heir_opt_bzl",
srcs = ["heir-opt.bzl"],
parse_tests = False,
visibility = ["//visibility:private"],
)

bzl_library(
name = "heir_jaxite_bzl",
srcs = ["heir-jaxite.bzl"],
parse_tests = False,
visibility = ["//visibility:private"],
deps = [
":heir_opt_bzl",
Expand Down

0 comments on commit b7baa13

Please sign in to comment.