[PATCH] D56650: [lld] [ELF] Support customizing behavior on target triple
Michał Górny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 30 10:51:20 PST 2019
mgorny added a comment.
I think the main concern is that if we link `ld -> ld.lld`, gcc will no longer work out of the box. So we would have to repeat all the logic in gcc and in any other compiler that calls `ld` directly.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56650/new/
https://reviews.llvm.org/D56650
More information about the cfe-commits
mailing list