Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
[bazel]Sort loads in llvm/BUILD.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
steelannelida committed Jan 17, 2024
1 parent d92ce34 commit 58564dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

load("@bazel_skylib//rules:common_settings.bzl", "string_flag")
load("@bazel_skylib//rules:expand_template.bzl", "expand_template")
load(":tblgen.bzl", "gentbl")
load(":binary_alias.bzl", "binary_alias")
load(":config.bzl", "llvm_config_defines")
load(":targets.bzl", "llvm_targets")
load(":enum_targets_gen.bzl", "enum_targets_gen")
load(":binary_alias.bzl", "binary_alias")
load(":targets.bzl", "llvm_targets")
load(":tblgen.bzl", "gentbl")

package(
default_visibility = ["//visibility:public"],
Expand Down Expand Up @@ -2898,12 +2898,12 @@ cc_library(
":BinaryFormat",
":CodeGen",
":CodeGenTypes",
":DWARFLinkerBase",
":DebugInfoDWARF",
":MC",
":Support",
":Target",
":TargetParser",
":DWARFLinkerBase",
],
)

Expand Down

0 comments on commit 58564dd

Please sign in to comment.