Skip to content

Commit d97434c

Browse files
committed
Add a note on stability
1 parent 4287dc2 commit d97434c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

text/0000-native-link-modifiers.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@ This modifier translates to `--as-needed` for `ld`-like linkers.
124124
The default for this modifier is unclear, some targets currently specify it as `+as-needed`,
125125
some do not. We may want to try making `+as-needed` a default for all targets.
126126

127+
## Stability story
128+
129+
The modifier syntax can be stabilized independently from any specific modifiers.
130+
131+
All the specific modifiers start unstable and can be stabilized independently from each other
132+
given enough demand.
133+
127134
## Relative order of `-l` and `-Clink-arg(s)` options
128135

129136
This RFC also proposes to guarantee that the relative order of `-l` and `-Clink-arg(s)`

0 commit comments

Comments
 (0)