Skip to content

Commit

Permalink
Auto merge of #118644 - madsmtm:macos-weak-linking-test, r=compiler-e…
Browse files Browse the repository at this point in the history
…rrors

Add test for Apple's `-weak_framework` linker argument

The [`-weak_framework`](https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/WeakLinking.html) linker argument can sometimes be useful to reduce startup times, and to link newer frameworks while still having older deployment targets.

So I made a test to ensure that it continues to work.

Discussed in rust-lang/rust#99427.
  • Loading branch information
bors committed Mar 26, 2024
2 parents 7de4c34 + db4aa8e commit 3643dc4
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 3643dc4

Please sign in to comment.