Skip to content

Commit

Permalink
Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiser
Browse files Browse the repository at this point in the history
Stabilize raw-dylib for non-x86

This stabilizes the `raw-dylib` and `link_ordinal` features (#58713) for non-x86 architectures (i.e., `x86_64`, `aarch64` and `thumbv7a`):
* Marked the `raw_dylib` feature as `active`.
* Marked the `link_ordinal` attribute as `ungated`.
* Added new errors if either feature is used on x86 targets without the `raw_dylib` feature being enabled.
* Updated tests to only set the `raw_dylib` feature when building for x86.
  • Loading branch information
bors committed Sep 10, 2022
2 parents 6db0d6f + 1e70561 commit 9a15180
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 9a15180

Please sign in to comment.