Skip to content

Commit bc865ad

Browse files
Add note about the future of mixed_language_library (#1418)
Signed-off-by: Brentley Jones <[email protected]>
1 parent 857ec8d commit bc865ad

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

doc/rules.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,10 @@ mixed_language_library(<a href="#mixed_language_library-name">name</a>, <a href=
10001000

10011001
Creates a mixed language library from a Clang and Swift library target pair.
10021002

1003+
Note: In the future `swift_library` will support mixed-langauge libraries.
1004+
Once that is the case, this macro will be deprecated.
1005+
1006+
10031007
**PARAMETERS**
10041008

10051009

mixed_language/mixed_language_library.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ def mixed_language_library(
6161
"""Creates a mixed language library from a Clang and Swift library target \
6262
pair.
6363
64+
Note: In the future `swift_library` will support mixed-langauge libraries.
65+
Once that is the case, this macro will be deprecated.
66+
6467
Args:
6568
name: The name of the target.
6669
alwayslink: If true, any binary that depends (directly or indirectly) on

0 commit comments

Comments
 (0)