This is an archive of the discontinued LLVM Phabricator instance.

[Hexagon] Use -fuse-ld update checks.
AcceptedPublic

Authored by sidneym on Oct 16 2018, 9:13 AM.

Details

Summary

Use -fuse-ld to explicitly name the linker. Replace checks for hexagon-link | ld to just "hexagon-link", the name of the explicitly chosen linker.

Diff Detail

Repository
rC Clang

Event Timeline

sidneym created this revision.Oct 16 2018, 9:13 AM
bcain resigned from this revision.Mar 6 2020, 7:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 6 2020, 7:51 AM
phosek accepted this revision.Mar 6 2020, 11:27 AM

LGTM

This revision is now accepted and ready to land.Mar 6 2020, 11:27 AM