Skip to content

Commit 58564dd

Browse files
author
Dmitry Chernenkov
committed
[bazel]Sort loads in llvm/BUILD.bazel
1 parent d92ce34 commit 58564dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
load("@bazel_skylib//rules:common_settings.bzl", "string_flag")
66
load("@bazel_skylib//rules:expand_template.bzl", "expand_template")
7-
load(":tblgen.bzl", "gentbl")
7+
load(":binary_alias.bzl", "binary_alias")
88
load(":config.bzl", "llvm_config_defines")
9-
load(":targets.bzl", "llvm_targets")
109
load(":enum_targets_gen.bzl", "enum_targets_gen")
11-
load(":binary_alias.bzl", "binary_alias")
10+
load(":targets.bzl", "llvm_targets")
11+
load(":tblgen.bzl", "gentbl")
1212

1313
package(
1414
default_visibility = ["//visibility:public"],
@@ -2898,12 +2898,12 @@ cc_library(
28982898
":BinaryFormat",
28992899
":CodeGen",
29002900
":CodeGenTypes",
2901+
":DWARFLinkerBase",
29012902
":DebugInfoDWARF",
29022903
":MC",
29032904
":Support",
29042905
":Target",
29052906
":TargetParser",
2906-
":DWARFLinkerBase",
29072907
],
29082908
)
29092909

0 commit comments

Comments
 (0)