[PATCH] D39176: [Driver] Use ld.lld directly for Fuchsia rather than passing flavor
Roland McGrath via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 23 13:13:56 PDT 2017
mcgrathr accepted this revision.
mcgrathr added a comment.
This revision is now accepted and ready to land.
This seems like how it always should have been, since -fuse-ld=lld sets it to ld.lld, not lld.
Looks to me like the existing MipsLinux and WebAssembly implementations are wrong too and only BareMetal is right.
Repository:
rL LLVM
https://reviews.llvm.org/D39176
More information about the cfe-commits
mailing list