[PATCH] D107414: [Bazel] Add support for lld
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 4 17:56:09 PDT 2021
MaskRay added inline comments.
================
Comment at: utils/bazel/llvm-project-overlay/lld/BUILD.bazel:363
+# Unix/Linux would require that the binary be named "ld.lld".
+# Mac OS would require that the binary be named "ld64.lld".
+# Windows would require that the binary be named "lld-link".
----------------
I think the canonical spelling is macOS
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107414/new/
https://reviews.llvm.org/D107414
More information about the llvm-commits
mailing list