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 8ae7597 + 536e599 commit 08b6e57
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 08b6e57

Please sign in to comment.