[all-commits] [llvm/llvm-project] 87554d: [bazel] Use binary_alias instead of symlinks for l...
Angus Lees via All-commits
all-commits at lists.llvm.org
Sun Aug 13 21:02:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 87554d1c0e3fe6b3c43a1d861e1211168226bcf7
https://github.com/llvm/llvm-project/commit/87554d1c0e3fe6b3c43a1d861e1211168226bcf7
Author: Angus Lees <gus at inodes.org>
Date: 2023-08-13 (Sun, 13 Aug 2023)
Changed paths:
M utils/bazel/llvm-project-overlay/lld/BUILD.bazel
Log Message:
-----------
[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
More information about the All-commits
mailing list