[PATCH] D51234: [Driver] Change MipsLinux default linker from "lld" to "ld.lld"
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 26 12:48:33 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL340709: [Driver] Change MipsLinux default linker from "lld" to "ld.lld" (authored by MaskRay, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D51234
Files:
cfe/trunk/lib/Driver/ToolChains/MipsLinux.h
Index: cfe/trunk/lib/Driver/ToolChains/MipsLinux.h
===================================================================
--- cfe/trunk/lib/Driver/ToolChains/MipsLinux.h
+++ cfe/trunk/lib/Driver/ToolChains/MipsLinux.h
@@ -49,7 +49,7 @@
}
const char *getDefaultLinker() const override {
- return "lld";
+ return "ld.lld";
}
private:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51234.162593.patch
Type: text/x-patch
Size: 349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180826/55826aa8/attachment.bin>
More information about the llvm-commits
mailing list