Skip to content

Commit

Permalink
Build out the bzl_library targets
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 440100294
(cherry picked from commit a712262)
Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
thomasvl authored and brentleyjones committed Jun 20, 2024
1 parent 4204fbd commit 046e642
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions swift/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ bzl_library(
":swift_compiler_plugin",
"//swift/internal:providers",
"//swift/internal:swift_binary",
"//swift/internal:swift_clang_module_aspect",
"//swift/internal:swift_common",
"//swift/internal:swift_extract_symbol_graph",
"//swift/internal:swift_feature_allowlist",
Expand Down
10 changes: 10 additions & 0 deletions swift/internal/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ bzl_library(
deps = [
":actions",
":derived_files",
":feature_names",
":toolchain_config",
],
)
Expand Down Expand Up @@ -113,7 +114,16 @@ bzl_library(
"//swift:__subpackages__",
],
deps = [
":actions",
":attrs",
":autolinking",
":debugging",
":derived_files",
":developer_dirs",
":feature_names",
":features",
":swift_clang_module_aspect",
":utils",
"@bazel_skylib//lib:collections",
"@bazel_skylib//lib:partial",
"@bazel_tools//tools/build_defs/cc:action_names.bzl",
Expand Down

0 comments on commit 046e642

Please sign in to comment.