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
[bazel] Use binary_alias instead of symlinks for ld.lld and friends
Symlinks are poorly supported in Bazel+remote-exec. Create the links from `ld.lld`,
`ld64.lld`, `lld-link`, `wasm-ld` to `lld` using LLVM's `binary_alias` instead.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D157830
0 commit comments