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
If I build lld standalone, it installs the binaries several times instead of symlinking.
I suspect this is because llvm_install_symlink uses LLVM_USE_SYMLINKS which is defined in llvm/CMakeLists.txt, which isn't included in standalone lld builds.