This is an archive of the discontinued LLVM Phabricator instance.

[Driver][Fuchsia] Pass LTO flags to linker
ClosedPublic

Authored by phosek on Jun 1 2018, 5:53 PM.

Details

Summary

Even though we use lld by default for Fuchsia, we use Gold plugin
arguments like all other drivers as lld supports Gold plugin options.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Jun 1 2018, 5:53 PM
mcgrathr accepted this revision.Jun 4 2018, 1:24 PM

lgtm

This revision is now accepted and ready to land.Jun 4 2018, 1:24 PM
This revision was automatically updated to reflect the committed changes.