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
The default linker could be changed by a CMake variable CLANG_DEFAULT_LINKER before.
However, it also changes the default linker invoked by clang.
This patch distincts the default linkers of clang and flang.
Note that FLANG_DEFAULT_LINKER will be the same as CLANG_DEFAULT_LINKER
unless it is defined explicitly.
That means this patch does not affect the current behavior.
Fixes#73153
0 commit comments