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
Derive dynamic libraries explicitly to avoid linker errors for "release" builds (#7284)
Derive dynamic libraries explicitly to avoid linker errors for "release"
builds. rdar://108561857
### Motivation:
One of the test fixtures in XPM that we've been using since 2019
succeeds in Debug builds but fails in Release builds with linker errors.
The fix is to derive dynamic libraries for linking.
### Modifications:
Derive dynamic libraries explicitly for linking.
### Result:
Now release builds are also successful.
0 commit comments