Skip to content

Commit

Permalink
Introduce feature to register a separate action to generate swift der…
Browse files Browse the repository at this point in the history
…ived files
  • Loading branch information
ghvg1313 committed Oct 12, 2020
1 parent abc377e commit 0317148
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 43 deletions.
4 changes: 4 additions & 0 deletions swift/internal/actions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ swift_action_names = struct(
# Precompiles an explicit module for a C/Objective-C module map and its
# headers, emitting a `.pcm` file.
PRECOMPILE_C_MODULE = "SwiftPrecompileCModule",

# Produces files that are usually fallout of the compilation such as
# .swiftmodule, -Swift.h and more.
DERIVED_FILES = "SwiftDerivedFiles",
)

def _apply_configurator(configurator, prerequisites, args):
Expand Down
Loading

0 comments on commit 0317148

Please sign in to comment.