[PATCH] D51234: [Driver] Change MipsLinux default linker from "lld" to "ld.lld"

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 26 19:10:09 PDT 2018


ruiu added a comment.

If this piece of code used to be working correctly, there is another piece of code that adds `-flavor ld` to the command line. But if that's the case, this change wouldn't work because it constructs something like "ld.lld -flavor ld ...". ld.lld doesn't accept `-flavor` option.

So my guess is this code is dead. Or, am I missing something?


Repository:
  rL LLVM

https://reviews.llvm.org/D51234





More information about the llvm-commits mailing list