[PATCH] D107414: [Bazel] Add support for lld

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 4 17:59:08 PDT 2021


GMNGeoffrey 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".
----------------
MaskRay wrote:
> I think the canonical spelling is macOS
Fine I'll use that as long as we can agree that that's silly


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