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: remove unnecessary flag to control the linker
The `SWIFT_LINKER_FLAGS` allows the user to specify the linker that they
want for Swift and C/C++ have their own flags which let you control
flags which should permit control of the C/C+ linker. This removes the
unnecessary logic for controlling the linker. This simplification
always paves the way for migrating further to CMake 3.15+.
Signed-off-by: Rokhini Prabhu <[email protected]>
0 commit comments