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 5ab6687 + 612f599 commit b622f52
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit b622f52

Please sign in to comment.