greened updated this revision to Diff 157689.
greened added a comment.
The Fuchsia driver relies on lld so invoke clang with -fuse-ld=lld. This gets
the test passing when the clang default linker is something other than lld.
https://reviews.llvm.org/D49899
Files:
test/Driver/fuchsia.c
tes
phosek requested changes to this revision.
phosek added a comment.
This revision now requires changes to proceed.
We don't actively support gold in Fuchsia driver and currently have no plans on
doing so. We should instead modify the driver to always use lld even if gold is
set as the default Cla
greened created this revision.
greened added reviewers: phosek, rsmith.
Herald added subscribers: cfe-commits, dexonsmith, mehdi_amini.
These tests don't appear to depend on lld. They are invoking lto, so we should
ensure the linker is capable of that. Therefore, allow gold in addition to lld