[PATCH] D78837: [lld] Remove special cases from default ld driver mode.

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 24 17:53:52 PDT 2020


smeenai accepted this revision.
smeenai added a reviewer: ruiu.
smeenai added a comment.

I think this should be fine. While the Darwin linker is indeed called `ld` as well, anyone who's using LLD for Darwin should be going through the Clang driver with `-fuse-ld=lld`, which will continue to do the right thing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78837/new/

https://reviews.llvm.org/D78837





More information about the llvm-commits mailing list