This is an archive of the discontinued LLVM Phabricator instance.

[LinkerWrapper] Add AMDGPU specific options to the LLD invocation
ClosedPublic

Authored by jhuber6 on Jun 30 2022, 8:47 AM.

Details

Summary

We use LLD to perform AMDGPU linking. This linker accepts some arguments
through the -plugin-opt facilities. These options match what Clang
will output when given the same input.

Diff Detail

Event Timeline

jhuber6 created this revision.Jun 30 2022, 8:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2022, 8:47 AM
Herald added subscribers: kosarev, t-tye, tpr and 2 others. · View Herald Transcript
jhuber6 requested review of this revision.Jun 30 2022, 8:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2022, 8:47 AM
yaxunl accepted this revision.Jul 5 2022, 10:34 AM

LGTM. Thanks.

This revision is now accepted and ready to land.Jul 5 2022, 10:34 AM