Skip to content

Commit

Permalink
Remove the swift_explicit_module output group from `swift_clang_mod…
Browse files Browse the repository at this point in the history
…ule_aspect`

This is no longer used anywhere.

PiperOrigin-RevId: 495593700
(cherry picked from commit 3cb3d5b)
Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
allevato authored and brentleyjones committed Oct 7, 2024
1 parent 16a50dc commit 993c400
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions swift/swift_clang_module_aspect.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -531,12 +531,9 @@ def _handle_module(
),
]

if precompiled_module:
output_groups = {"swift_explicit_module": depset([precompiled_module])}
if indexstore_directory:
output_groups["indexstore"] = depset([indexstore_directory])
if indexstore_directory:
providers.append(
OutputGroupInfo(**output_groups),
OutputGroupInfo(indexstore = depset([indexstore_directory])),
)

return providers
Expand Down

0 comments on commit 993c400

Please sign in to comment.