This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Implement AMDGPU relocations in lld
AbandonedPublic

Authored by kzhuravl on May 27 2016, 10:03 AM.

Details

Diff Detail

Event Timeline

kzhuravl updated this revision to Diff 58802.May 27 2016, 10:03 AM
kzhuravl retitled this revision from to [AMDGPU] Implement AMDGPU relocations in lld.
kzhuravl updated this object.
kzhuravl added a subscriber: llvm-commits.
rafael edited edge metadata.May 27 2016, 10:54 AM
rafael added a subscriber: rafael.

Don't use yaml2obj, use llvm-mc.

ELF/Target.cpp
1259–1269

Does this function actually get called for absolute relocations? I thought it was only called when the relocated value could be computed by the linker.

kzhuravl abandoned this revision.Jun 3 2016, 7:57 AM

Taken over by Tom