[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
Loading
Please sign in to comment