stabilize s390x specific target-feature backchain#158612
Conversation
|
rustbot has assigned @petrochenkov. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Target features always need to be documented (example from a past s390x stabilization). Also, since these always need a lang FCP, they generally need a written proposal as to what is being stabilized in order for them to make a decision. |
|
According to target expert @uweigand, there are no ABI concerns with this feature (having some parts of the code compiled with and some without can lead to poor backtraces but doesn't break anything worse than that). So 👍 from the ABI side. |
This makes
backchainstable for-Ctarget-feature=+backchainand#[target_feature(enable = "backchain")].What changes:
backchainas stable in the s390x target feature list.backchainfromsess.target_features.Tests:
Tracking issue: #158014
Note:
As this is an architecture specific option I did NOT update the the docs and
did NOT write a stabilization report