Skip to content

Commit 34e7b28

Browse files
committed
Move the //swift:swift target
This makes cherry-picks easier, since it will be moved here as part of a cherry-pick that we have to take later. Signed-off-by: Brentley Jones <[email protected]>
1 parent 149e554 commit 34e7b28

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

swift/BUILD

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -53,28 +53,6 @@ bzl_library(
5353
],
5454
)
5555

56-
bzl_library(
57-
name = "swift",
58-
srcs = ["swift.bzl"],
59-
deps = [
60-
":providers",
61-
":swift_binary",
62-
":swift_clang_module_aspect",
63-
":swift_common",
64-
":swift_compiler_plugin",
65-
":swift_extract_symbol_graph",
66-
":swift_feature_allowlist",
67-
":swift_import",
68-
":swift_interop_hint",
69-
":swift_library",
70-
":swift_library_group",
71-
":swift_module_alias",
72-
":swift_package_configuration",
73-
":swift_symbol_graph_aspect",
74-
":swift_test",
75-
],
76-
)
77-
7856
bzl_library(
7957
name = "swift_binary",
8058
srcs = ["swift_binary.bzl"],
@@ -269,6 +247,28 @@ bzl_library(
269247
],
270248
)
271249

250+
bzl_library(
251+
name = "swift",
252+
srcs = ["swift.bzl"],
253+
deps = [
254+
":providers",
255+
":swift_binary",
256+
":swift_clang_module_aspect",
257+
":swift_common",
258+
":swift_compiler_plugin",
259+
":swift_extract_symbol_graph",
260+
":swift_feature_allowlist",
261+
":swift_import",
262+
":swift_interop_hint",
263+
":swift_library",
264+
":swift_library_group",
265+
":swift_module_alias",
266+
":swift_package_configuration",
267+
":swift_symbol_graph_aspect",
268+
":swift_test",
269+
],
270+
)
271+
272272
# Consumed by Bazel integration tests.
273273
filegroup(
274274
name = "for_bazel_tests",

0 commit comments

Comments
 (0)