This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Use lld as the linker again
ClosedPublic

Authored by tstellarAMD on May 4 2016, 7:15 PM.

Details

Summary

Now that LLVM is emitting version 2 of the AMD code object, we can
start using lld again for linking instead of our custom tool.

Diff Detail

Event Timeline

tstellarAMD retitled this revision from to AMDGPU: Use lld as the linker again.
tstellarAMD updated this object.
tstellarAMD added reviewers: kzhuravl, arsenm.
tstellarAMD added a subscriber: llvm-commits.
tstellarAMD edited subscribers, added: cfe-commits; removed: llvm-commits.May 4 2016, 7:29 PM
kzhuravl accepted this revision.May 5 2016, 9:25 AM
kzhuravl edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 5 2016, 9:25 AM
This revision was automatically updated to reflect the committed changes.