You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build] avoid use generator expression to add linker parameter
Generator expressions seem not to allow the `LINKER:` prefix to be
expanded correctly when used in `target_link_options`.
To solve this, undo the change from #29451 and instead
use an `if` statement to add the flag when needed.
Addresses rdar://problem/59117166
0 commit comments